Best way to save data store

im wondering whats the best way to save multiple datastores at once without yeild or cooldown? eg character creation data store

2 Likes

Use a module datastore, like profile service, note that there are newer ones that use better features but PS is the most widely used one. This is sadly only one single datastore, however, I kind of wondering about your usecase? Are you trying to update a variable in two different datastores at the same time? This seems VERY interesting. Because I use PS with 1 datastore, but easily have many different stores inside of that holding all kinds of tables and all kinds of variables. I also use getsortedmap.

2 Likes

Use either table ordereddatastores then or separate keys that way u use 1 datastore but can save multiple variables and types

1 Like