Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. while wait(0.3)do
  2. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  3. if v.Name -- "Blue Chi Crate" then
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.new(v.Position)
  5. wait(.16)
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement