_G.autoTap = true -- if you want to turn it off set _G.autoTap = false spawn(function () while _G.autoTap == true do local args = {[1] = 9,[2] = 1 } game:GetService("ReplicatedStorage").Remotes.Data:FireServer(unpack(args)) wait() end end)