www.roblox-scripter.com

Сontent continues after AD

Script – GET TO THE TOP!

Thank you for using our website
Your script:

				
					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
				
			

How about trying out new scripts?