Advertisement
ChaosityYT

Blacklands Alpha TP To Loot

Apr 16th, 2020
4,510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local mouse = plr:GetMouse()
  3.  
  4. mouse.KeyDown:connect(function(key)
  5. if key == "u" then
  6. for i,v in next, game.Workspace.LootFolder:GetChildren() do
  7. pcall(function()
  8. for i2,v2 in next, v:GetChildren() do
  9. if v2.ClassName == "UnionOperation" then
  10. game.Players.LocalPlayer.Character:MoveTo(v2.Position)
  11. end
  12. end
  13. end)
  14. end
  15. end
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement