GET TO THE TOP! Script | AUTO WIN

Created by scde

Features:

  • AUTO WIN
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