public void JoinExperiments() { if (society.TriggerJoin()) { joinButton.SetActive(false); unjoinButton.SetActive(true); } }