Advertisement
2AreYouMental110

superhero tycoon tp all cash crates to you

Oct 17th, 2021
1,742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. -- not fe
  2.  
  3. -- https://www.roblox.com/games/574407221/Super-Hero-Tycoon
  4.  
  5.  
  6. local crate = {"CashCrate"}
  7. for i, v in pairs(game.Workspace.Crates:GetChildren()) do
  8. for j, k in pairs(crate) do
  9. if v.Name == k then
  10. v:MoveTo(game.Players.LocalPlayer.Character.LowerTorso.Position)
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement