"I am creating a game where certain values need to be stored individually for each user and restored to the previous game state when they return.
For example:
User A Mood: 50 Health: 35 Hunger: 65
User B Mood: 30 Health: 45 Hunger: 25
Could you please advise on how to achieve this? Thank you so much!
some info: