Advertisement
pa1nx9

Legends Of Speed AUTO COLLECT ORBS

Nov 11th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. getgenv().farm = true
  2.  
  3. local PlayerRoot = game.Players.LocalPlayer.Character.HumanoidRootPart
  4.  
  5. while getgenv().farm do -- you don't need ==true in most cases
  6. wait(0.2) -- always add a wait when using while ... do
  7. for i,v in pairs(game:GetService("Workspace").orbFolder.City:GetDescendants()) do
  8. if v.name == "TouchInterest" and v.Parent then
  9. firetouchinterest(v.Parent, PlayerRoot, 0)
  10. firetouchinterest(v.Parent, PlayerRoot, 1)
  11. wait()
  12. end
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement