I’m creating a game that requires keeping track of a lot of data for the player. This means that using instances (like number values, int values, object values, etc) won’t be possible.
I’d like to keep track of it using a table for each player, but I don’t know how this would be possible.
This is because I don’t know how to create, access, change or read it from different scripts.
Although I would appreciate it, I’m not asking for an entire script, I’m asking for how I would achieve this.
Many Thanks.