- plr = game.Players.LocalPlayer
- hum = plr.Character.HumanoidRootPart
-
- platforms = {}
-
- for i=0,99,1 do
- platforms[i] = 0
- game:GetService("Workspace").Guess:FindFirstChild(i+1):FindFirstChild(1).Color = Color3.new(1,0,0)
- game:GetService("Workspace").Guess:FindFirstChild(i+1):FindFirstChild(2).Color = Color3.new(1,0,0)
- end
-
- for i=0,99,1 do
- hum = plr.Character.HumanoidRootPart
- base = game:GetService("Workspace").Guess:FindFirstChild(i+1):FindFirstChild("1")
- hum.CFrame = CFrame.new(base.CFrame.x, base.CFrame.y + 5, base.CFrame.z)
- wait(2)
- if hum ~= plr.Character.HumanoidRootPart then
- platforms[i] = 2
- hum = plr.Character.HumanoidRootPart
- for i=0,99,1 do
- if platforms[i] ~= 0 then
- base = game:GetService("Workspace").Guess:FindFirstChild(i+1):FindFirstChild(platforms[i])
- hum.CFrame = CFrame.new(base.CFrame.x, base.CFrame.y + 0.5, base.CFrame.z)
- wait(0.1)
- end
- end
- else
- platforms[i] = 1
- end
- end
-
-
- for i=0,99,1 do
- game:GetService("Workspace").Guess:FindFirstChild(i+1):FindFirstChild(platforms[i]).Color = Color3.new(0,1,0)
- end