Remove data store key (GDPR & CCPA)

Yesterday i got a GDPR & CCPA request from roblox telling me to remove data from a game. When i remove the data the data key still exists and i don’t know a way to remove the key. I tried removing the key from datastore editor and with RemoveAsync method but they didn’t work. Can someone tell me how can i remove the key please?

GlobalDataStore:RemoveAsync (It’s the same for DataStores)

So i don’t have to do anything other than :RemoveAsync ?

Assuming that you are passing the correct key to RemoveAsync() then no

1 Like

Alright thanks a lot! I will use :RemoveAsync()

1 Like