UnderCoverScripts

Speed Simulator Rebirth

Oct 13th, 2022 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local RunService = game:GetService("RunService")
  2. _G.yes = true
  3. local speedyboi
  4. function Ez()
  5. if _G.yes == true then
  6. game:GetService("ReplicatedStorage").GlobalFunctions.AddPlayerSpeed:FireServer(9e999, 0)
  7. game:GetService("ReplicatedStorage").GlobalFunctions.RebirthPlayerCallFromClient:FireServer()
  8. else
  9. speedyboi:Disconnect()
  10. end
  11. end
  12. speedyboi = RunService.Heartbeat:Connect(Ez)
Add Comment
Please, Sign In to add comment