Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fruits = game.Workspace.FruitSpawnLocation:GetChildren()
- nums = 1
- plr = game.Players.LocalPlayer
- while nums <= #fruits do
- plr.Character.HumanoidRootPart.CFrame = fruits[nums].CFrame
- print(nums)
- nums = nums +1
- wait(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment