local a=game:GetService("Players").LocalPlayer;local b=a.Character or a.CharacterAdded:Wait()local c=b:WaitForChild("HumanoidRootPart")local d=workspace.Checkpoints;task.spawn(function()if not c then return end;for e=1,241 do local f=d:FindFirstChild(tostring(e))if f then c.CFrame=f.CFrame+Vector3.new(0,5,0)firetouchinterest(c,f,0)firetouchinterest(c,f,1)task.wait(0.09)end end end)