Hi,
Something I’ve wanted for a while is being able to get multiple data and set multiple data for data stores at once
This will be useful for stuff like pets, rather than putting pets in a players data, each pet would have its own datastore with a list of transactions, and it would prevent people from being able to duplicate pets through trading
The players data would have a bunch of pet IDs, and using a multiple get feature with the datastores you could get all of the pets data at once
I did something like this a while back by getting each key individually but was running into limits
I also tried setting up my own external database with this feature, and it did work however I think if it was built directly into roblox it would be much more convenient