Values Not Loading After Being Saved

Does this code compile? You have both Saves.LoadPlayeValues() and Saves.SavePlayerValues(this) and are spelled differently. And you are saving on Awake? When the game first launches and Awake() is triggered at launch, you are probably writing blank values. As mentioned, use Debug.Log to confirm Tips for new Unity users