So I got this simple game where It contains different stages,I want the game to save the progress of the player and when he reopens the game It has to load/resume at the stage of where the player last was.For example player reaches stage 17 then he decides to exit the game and one hour later he decides to play again,then the game resumes at stage 17.I tried using WebStorage cause I got no clue on how to use Local but It doesn't seem to work so I'm in need of help.