IEnumerator Lobby_()
 {
     Persistent.Clear();
     StartCoroutine(ToLevelExclusive(lobbyName));
     while (inLoad)
     {
         yield return(null);
     }
 }