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.
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)
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.