private void Start()
 {
     // Load highscore to show it on MainMenu
     highScore          = saveLoadSystem.LoadPlayerData();
     highScoreMain.text = "Highscore: " + highScore.ToString();
     Time.timeScale     = 0f;
 }