local remote = game:GetService("ReplicatedStorage"):FindFirstChild("ClickRemote") if remote and remote:IsA("RemoteEvent") then while true do remote:FireServer(99999999999) wait(0.01) end end