I was seeing some posts about GDPR Right to Erasure requests, but I’m concerned about how Roblox sends these notifications.
Is it based on datastore keys? Is it based on visits? And, my main question: What if someone uses an external database (not Roblox’s Datastore), how does Roblox notify you on Right to Erasure requests?
Is more likely that roblox will scan through the list of games the player had been to, check if there are any datastores associated with that game, and send the request.
Please don’t use Inception Forum for issues that are not related to the forum. Moved to Scripting Support.
You get this GDPR message when that UserId has played any to all of the games that are owned by you. You have to loop over all of these places and remove any data that you collected/saved in correspondence with that UserId. That also means external databases and analytics. You should know where you store user data since you are the developer of those games, so you know best where to look for data related to that UserId.
Sometimes alts can own groups, owners can change, etc. Just wanted to make sure everything was 100% certain, I’d rather not have any possible legal issues.
Woah, a bit of a bump! But to my knowledge, it is the developer’s responsibility to remove the data as requested. Roblox may not know, but the player certainly will. So it is better not to take chances.