Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by CaptainAmo
- while true do
- wait(0.5)
- for _,v in pairs(game.Workspace.Obstacles:GetChildren()) do
- if string.match(v.Name, "GoldCoin") then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0))
- end
- end
- end
Add Comment
Please, Sign In to add comment