Nova355killer

auto sell 2

Nov 17th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for i,v in pairs(game.Workspace.DepositMinecarts:GetChildren())do
  2. for i,p in pairs(v:GetChildren())do
  3. if p.Name == "GoldToCash" then
  4. while true do
  5. wait()
  6. p.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  7. end
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment