void Update() { if (gameManager.newHighScore && !playedOnce) { _text.enabled = true; soundsManager.PlayGoodJob(); playedOnce = true; } }