Player Pref help

So I am trying to write a code to save my score, and apparently the player pref are working to set and get but they are not showing up on the screen at all. It is not printing anywhere. Any Suggestions???

Try to first declare the key as a variable:

var score = playerPref.Getkey("HighScore");

Then put the variable in the GUI function.

thank you..yeah I figured it out...I just didn't realize that print didn't display the score it just sent it like a Debug.Log.... :P

thanks

hoW?..please create from the scratch.. what i mean is from an empty scene :)) thnx