- local t = true
- local f = false
- getgenv().orbs = t
- while orbs do task.wait()
- for _,v in pairs(game:GetService("Workspace"):GetDescendants()) do
- if v:IsA"Model" and v.Parent.Name == "Drops" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Base.CFrame
- end
- end
- end