public void OnLeftRoom()
 {
     // Destroy spawned objects and reset scene objects
     PhotonNetwork.LocalCleanupAnythingInstantiated(true);
 }