public void OnAddScoreButtonClicked() { score = Random.Range(0, 100); nickname = "gkgk" + Random.Range(0, 100); fb.AddScore(score, nickname); }