public void GoToFriendsRoom(string friendID, string username, string worldType)
 {
     GoBackToGroups();
     uiManagerScript.GoToFriendsRoom();
     managerScript.GoToRoom(friendID, username, worldType);
 }