GDPR Right to Easure - I need help, how to delete the data?

Hello everyone!
I got this message from ROBLOX, about having to delete all the data of the user (Didn´t take screenshot with the user ID for security) from my games for the GDPR…
I don´t know how to do this, i´m not skilled in scripting, and don´t know nothing about it. I just know how to build.

1 Like

https://devforum.roblox.com/t/strange-moderation-message-gdpr-right-to-erasure-action-requested-followup/189866/2

In short, for your game that this user’s data is in you need to remove it. This is more than likely in a datastore. (Plus any other location)
There is GlobalDataStore/RemoveAsync|RemoveAsync() and you can learn more @ https://developer.roblox.com/articles/Data-store

if not, you’ll need to research into how to remove that data.

1 Like

I think @Crazyman32 made a Plugin for editing data stores via a Plugin once, but I’m not sure what it was called…

If you can find and use that, it may ake this a little easier.

1 Like

https://www.roblox.com/library/701506235/DataStore-Editor

4 Likes