local Players = game:GetService("Players") local player = Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoidRootPart = character:WaitForChild("HumanoidRootPart") local stagesFolder = game:GetService("Workspace").Stages for i = 1, 30 do local stage = stagesFolder:FindFirstChild(tostring(i)) if stage then humanoidRootPart.CFrame = stage.CFrame + Vector3.new(0, 5, 0) wait(0.1) end end setclipboard("https://discord.gg/TR3quUFgT6")