MADE BY ChickenOnAStrip#6969
GAME LINK::
- https://www.roblox.com/games/10237515324/Escape-Mr-Scarys-Diner-SCARY-OBBY
- https://www.roblox.com/games/10284317769/Escape-the-Robot-Barber-OBBY
- https://www.roblox.com/games/8615293612/Escape-the-Zombie-School-Obby
getgenv().number = 1
for i = 1,100 do
wait(0.5)
local found = game:GetService("Workspace").Checkpoints:FindFirstChild(tostring(getgenv().number))
if found then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = found.CFrame
getgenv().number = getgenv().number + 1
end
end