Storing Important Values in Character

Should I store important values such as money and other things inside a player’s character? I’ll only be reading and changing the values through the servers. Is this bad and if so what’s a better alternative?

1 Like

The values might disappear when the character gets destroyed(respawn) the player would be a better place to store values

Would storing the values in the StarterCharacter fix that?

No, I suggest just storing the values in the player, instead of the character

2 Likes

I see, I appreciate your help.

3 Likes