Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(game.Workspace.CollectableOrbs:GetChildren()) do
- if v.ClassName == "Model" then
- plr.CFrame = v.Big.CFrame
- wait(2)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement