void callAddToScoreScript() { addToScore = GameObject.FindGameObjectWithTag("GUI").GetComponent <ScoreLogic>(); addToScore.addToScoreVoid(); }