#Data Store Services
12 messages · Page 1 of 1 (latest)
What does this mean?
like every data saved in a data store how would I get all of it
Even I'm confused. If your question isn't clear enough, a Google search will fail you
Im not sure how to explain it ig, im asking how would I get every value that is saved in a DataStore
You need to pull all the keys using GlobalDataStore:ListKeysAsync. Carefully page through the data until it's all collected. You can then begin making get requests for each key. It's up to you whether or not you try retrieve the data as you pull keys
You'll want to use coroutines to improve the speed at which you collect the data
thanks, ill look into that
like the data from different datastores?
one just one datastore
just one data store