Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,v in pairs(game.Workspace.DepositMinecarts:GetChildren())do
- for i,p in pairs(v:GetChildren())do
- if p.Name == "GoldToCash" then
- while true do
- wait()
- p.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment