local a=game.Players.LocalPlayer;local b=game.Workspace.Checkpoints;local c=a.Character or a.CharacterAdded:Wait()local d=c:WaitForChild("HumanoidRootPart")local e={}for f,g in pairs(b:GetChildren())do local h=tonumber(g.Name)if h then e[h]=g end end;local function i()for j=1,#e do local k=e[j]if k then d.CFrame=k.CFrame;wait(0.1)end end;local l=CFrame.new(-1314.57251,2007.9137+5,-3192.01562,0.965907216,-1.82737836e-09,-0.25888893,-1.39419332e-09,1,1.09349219e-09,0.25888893,7.46795736e-10,0.965907097)d.CFrame=l end;i()