Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(0.03) do
- for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
- if v.Name == "Blue Chi Crate" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
- wait(.16)
- end
- end
- end
Add Comment
Please, Sign In to add comment