--BROUGHT TO YOU BY RobloxScripter.com!--
_G.Auto = true
while _G.Auto == true do
for count = 1, 10 do
for i,v in pairs(workspace.TimeSpheres[1]:GetChildren()) do
if v.Name == "1" then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.PrimaryPart.CFrame
end
end
wait(0.1)
end
wait(1)
end