Right to Erasure on games with no scripts

Hey guys,

I’ve received your average Right to Erasure request.

The problem is, that I have no data stores in the games listed in, bar one. How do I go about removing the stored data on a user when there is nothing in any of these games that include scripts or datastores.

I tried using the Datastore plugin to check one game that may have one, and have deleted the data inside of it but I’m not entirely sure if it’s totally gone.

Thanks!

2 Likes

If you don’t use DataStores or store any data in the games they listed in the Right to Erasure, you should be fine.

If you are not sure if you used DataStore in one of your games, you can use DataStoreService:ListDataStoresAsync

1 Like

the GDPR request auto sends messages to EVERY game the player has joined even if they don’t use datastore. As long as you’re sure that there isn’t datastore then you’re good.

3 Likes