ADVERTISEMENTREMOVE ADS
AUTO COMPLETE STAGES | OP SCRIPT XD
46,904 views

Script Preview
Description
script basically teleports you to all the stages lol making scripts for random games anyways enjoy my brothers and sisters
Features:
- Complete Stages
Tested with
ADVERTISEMENTREMOVE ADS
17 Lines • 542 Bytes
Verified
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local character = workspace:WaitForChild("Characters"):WaitForChild(player.Name)
local hrp = character:WaitForChild("HumanoidRootPart")
local checkpointFolder = workspace:WaitForChild("Map"):WaitForChild("Checkpoints")
for i = 1, 100 do
local model = checkpointFolder:FindFirstChild(tostring(i))
if model and model:IsA("Model") and model.PrimaryPart then
hrp.CFrame = model.PrimaryPart.CFrame + Vector3.new(0, 3, 0)
wait(0)
else
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments