then I would make it a table and I would make it a global.
However I am concerned about how Suphi’s datastoe module would manage this. I don’t think that Suphi’s datastore module would be very happy with multiple servers using a datastore at the same time which might cause conflict
It is correct that you cannot have the same datastore key open at the same time for each server. You should try to minimize the amount of datastores you have open at the same time. If you have fit everything inside one datastore for each player, then do so.