coroutine.wrap(function() while true do local args = { true, "SwordQTE" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Information"):WaitForChild("RemoteFunction"):FireServer(unpack(args)) task.wait(1.5) end end)() coroutine.wrap(function() while true do game:GetService("ReplicatedStorage").Remotes.Information.RemoteFunction:FireServer({true, true}, "DodgeMinigame") task.wait(0.001) end end)()