ADVERTISEMENTREMOVE ADS
Game icon

AUTO COMPLETE STAGES | OP SCRIPT XD

[W6] Skateboard Obby
8 months ago
Script preview thumbnail
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
ADVERTISEMENTREMOVE ADS
17 Lines • 542 Bytes
Verified
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS