How to use Suphi's datastore module

what if I just store all my globals in this:

DataStoreModule.find("Globals", 1)

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.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.