local remote = game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Click") for i = 1, 1000000 do remote:FireServer(false) end