public void StartWaitToWarp()
 {
     GlobalStuff.UnpauseGame();
     ShowAndTeleportPlayers();
     StartCoroutine(WaitToWarp());
 }