Hello. I have a datastore system currently implemented in my game. It saves things like stats, what magic the player has, the players customized character, etc. It all saves these in a table as one value, as to not cause too many datastore requests.
I would like to implement an inventory system in my game. If it saves your inventory seperate from the table, would this cause any issues?