Jump_off_a_cliff

Bank Tycoon Script HUGE UPDATE!

Jan 31st, 2022 (edited)
1,436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. -- Sorry for flop
  2. -- Updated and better than ever
  3. while true do
  4. wait()
  5. for i,v in pairs(workspace.CrateParent:GetChildren()) do
  6.     if v:IsA("BasePart") then
  7.         v.CanCollide = false
  8.         v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  9.     end
  10. end
  11. end
Add Comment
Please, Sign In to add comment