//Initialization void Start() { if (!PlayerPrefs.HasKey("High Score")) { highScoreCount = PlayerPrefs.GetFLoat("High Score"); } }