Сontent continues after AD

Сontent continues after AD

Сontent continues after AD

Script – Great Obby

Thank you for using our website
Your script:

				
					local container = workspace.Checkpoints
local checkpoints = container:GetChildren()
local plr = game.Players.LocalPlayer
local char = plr.Character

table.sort(checkpoints, function(a, b)
    return tonumber(a.Name) < tonumber(b.Name)
end)

for _, v in pairs(checkpoints) do
    char:PivotTo(v:GetPivot())
	task.wait()
end
				
			

if the script does not work, try other scripts on our website