PlayersPrefs help

Hi everyone, i’ve introduced a best score in my game with PlayerPrefs, and this works properly. I want to implement a button that allows the user to reset his best score, but i don’t know if PlayerPrefs.DeleteKey() is the right way to do it, because it deletes the value associated to the key, but also the key too. Thank you very much for your replies.

why delete?, just set the score to zero

Ok man, you’re right ! Thank u very much and sorry for the late reply :slight_smile: