Where to store player specific, persistent variables in multiplayer environment?

Don’t suppose you know of a tutorial or video that shows this?

You’ll have to forgive me, your explanation is a bit over my head. So are you saying that I SHOULD store player specific variables in Player State? I tried putting them in Game State and only the server would access it properly.