local running = true task.spawn(function() while running do local args = { 1 } game:GetService("ReplicatedStorage") :WaitForChild("Remotes") :WaitForChild("ClickBrainrot") :FireServer(unpack(args)) task.wait(0.1) end end) -- To stop: -- running = false