Adel987654321

Thick Legends | Auto Farm 2

Feb 13th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. _G.ree = true;
  2.  
  3. local LocalPlayer = game.Players.LocalPlayer
  4. local Mouse = LocalPlayer:GetMouse()
  5. local pickups = game:GetService("Workspace").PickupItems:GetChildren()
  6.  
  7. while _G.ree do
  8. for i, item in pairs(pickups) do
  9. wait(0.01)
  10. LocalPlayer.Character.HumanoidRootPart.Position = item.Position
  11. end
  12. end
Add Comment
Please, Sign In to add comment