xXGokyXx

backpackermoney

Apr 4th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. --Go into first person, look up, then run this
  2. while wait() do
  3. for i, v in pairs(game.Workspace.Backpackers:GetChildren()) do
  4. v:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  5. mouse1click()
  6. end
  7. for i, v in pairs(game.Workspace.Heads:GetChildren()) do
  8. v.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  9. end
  10. end
Add Comment
Please, Sign In to add comment