sasod35

roblox race clicker script

Jun 24th, 2023
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. -- !inject the script after the race starts!
  2.  
  3. local script = Instance.new('LocalScript', ScreenGui)
  4. local hum = game.Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart')
  5. while true do
  6. --made by dlguy(pastebin)
  7. hum.CFrame = hum.CFrame + Vector3.new(-150000,0,0)
  8. wait()
  9. end
Add Comment
Please, Sign In to add comment