2AreYouMental110

4 player tycoon teleport crates to you

Oct 17th, 2021 (edited)
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. -- https://www.roblox.com/games/2921400152/4-Player-Superhero-Tycoon
  2.  
  3.  
  4. -- if theres no more crates you crash
  5. -- the crates need to be spawned in for it to work
  6.  
  7. if game:GetService("Workspace").Cash then
  8. game:GetService("Workspace").Cash.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  9. end
Add Comment
Please, Sign In to add comment