PlayerPrefs.GetInt

static function GetInt (key : String, defaultValue : int = 0) : int

Description

Returns the value corresponding to key in the preference file if it exists.

If it doesn't exist, it will return defaultValue.

JavaScript
    print (PlayerPrefs.GetInt("Player Score"));