How would I get all keys within a DataStore2 DS, then return all of those keys?

Hello,

I’m currently trying to return created using AssetService & saved with DataStore2, but I can’t figure out how. Basically, I’m trying to get every key from a DataStore2 DataStore and return it using a function. Is this even possible in the first place, and if so, how would I go about doing this?

Thanks,
p0s_0

Sadly, I don’t believe that’s possible. Perhaps in the future you can save each key into an array which you can then feed back to the DataStore with a known key?