Find any script for Roblox

Enter the name of the game or script.

Script – GET TO THE TOP!

Thank you for using our website
Your script:

NO KEY

while task.wait() do
   local detection_frame = game.Players.LocalPlayer.PlayerGui:FindFirstChild('CountDown')
   if detection_frame ~= nil then
       pcall(function()
           game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.TowerSpawn.TowerTop.EndingButton.TipTop.go.Position)
       end)
   end
end