GameObject.GetComponent<Text>().text = "Hello World!";
numericalScore.GetComponent<UnityEngine.UI.Text>().text = "Score : " + scoreManager.score;