Right-of-erasure-request [HELP]

Hi Dev, 



We received a right-of-erasure-request for the following User ID(s): 



5520694450 



Please delete this User ID immediately from all of your records (e.g. games, data stores, etc.) from the following Game(s):

What should I do? A huge game would probably get tons of requests just like the one I just got. So is there a way to automate this? Would my game and account be fine if I do nothing?

I only know how to save data, no knowledge on removing data.

Pwease Hewp

:cry:

:cold_sweat:

:roll_eyes:

:point_right::point_left:
:flushed:
:people_hugging:
2 Likes

How do you save your data about players?

DataStore:SetAsync(Player.UserId, { })
Also am I allowed to just ignore this? Or will actions be taken towards me?

It tells you here how to use RemoveAsync DataStore | Documentation - Roblox Creator Hub

Does that mean I have to enter the UserId’s manually? Can’t I automate RemoveAsync for deleted accounts only? How would I do that?
I’d assume it’s something like this:
local Id = --All the banned UserIds
game:GetService("DataStoreService"):GetDataStore("DataStore"):RemoveAsync(Id)

You know, you could’ve just Googled this yourself and found yourself a good solution to it…

You already knew what you wanted, why not Google first before making a thread…?

1 Like

I don’t understand webhooks, I’m also unfamiliar with discord bot creation. Also I searched it up, but I only looked at the top results which were reddit and devforum.

Another question, will I face punishment for not doing this? There is NO mention, or anything of the player listed inside of my game! What do I do???