Save/Load Not Working

I am trying to set up a simple save and load system for a maze timer. I just want to keep track of how long it takes a player to complete the maze and be able to display their best time. I have followed many tutorials and nothing seems to work. Whatever the default value for the best time in the SaveGame blueprint is what is always displayed. Any help would be appreciated since I am at a loss now and really need this to get the last pieces of the game working.

alt text

I found what I was doing wrong. I overlooked setting the player score after they had the best time. I cannot believe I overlooked that but is seems to always be the small things that get us.