while wait() do local args = { [1] = 42, [2] = true } game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args)) end