How do I get all data stores of a game?

I recieved this message from Roblox: (information censored for obvious reasons)

Now that’s cool and all, but I have no idea how I should go about removing ids from a data store I don’t know the name of. These places the message tells me to look into are pretty old, so it’s possible these data stores are created by either old plugins (if that’s possible) or external scripts.

If you know how I could find the names of all data stores within a game I’d highly appricate if you could share your wisdom with me.

Thank you.

1 Like

Looks like I found the right function. Unfortunately that doesn’t seem to be the place the id is hiding inside of. Off to another journey.

playerData:RemoveAsync(dataStoreKey)

1 Like

I have a method for removing data just fine. The issue was finding the location of the given ID. In this case it wasn’t in any of the data stores unfortunately. Thank you for the reply nonetheless.