mushrooman

Blox Piece Money Grind -lua-

Jun 10th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
  2. local Tab = workspace:GetChildren()
  3. for Index = 1, #Tab do
  4. local obj = Tab[Index]
  5. if string.find(obj.Name, "Chest") then
  6. hrp.CFrame = obj.CFrame
  7. end
  8. end
Add Comment
Please, Sign In to add comment