ferryjancoeg

Unlimited Coins Pocket Pirates

Jun 4th, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. --Made by CaptainAmo
  2.  
  3. while true do
  4.     wait(0.5)
  5.     for _,v in pairs(game.Workspace.Obstacles:GetChildren()) do
  6.        
  7.         if string.match(v.Name, "GoldCoin") then
  8.            
  9.             v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0))
  10.         end
  11.     end
  12. end
Add Comment
Please, Sign In to add comment