--BROUGHT TO YOU BY RobloxScripter.com!--
_G.Auto = true
while wait(5) do
if _G.Auto then
for i,v in pairs(workspace:FindFirstChild("Obby_Planetoids"):GetChildren()) do
if v:IsA("MeshPart") then
wait()
workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = v.CFrame
end
end
end
end