Don’t know username for Right-To-Erasure Request

Are the accounts deleted, or are they still active?

Since the users have done a “right-to-erasure request”
this means that all of their data has been removed from site. So using their userid will return 404.

I know this might not sound good, but can’t you clear all of the data? You seem really worried about it.

This would be a last resort though.

Just checked how many visits you have, don’t think that’s an option lol.

1 Like

For some reason the script saves them as individual datastores, so I can’t do much. And you can’t delete a datastore you can only rename it, and I don’t think you can loop through every datastore in a game and there are potentially millions of users. My last resort would be to simply ask ROBLOX to erase my own account.

I’m extremely scared and I do not want a fine that could cost millions.

It is extremely unlikely you will get a fine, as technically all the data is stored on roblox’s servers, not yours. As a few other people mentioned here, your best bet would be to email roblox about it.

Edit: as long as you are not storing any data about that user id anywhere else, you should be fine.

Just ignore right to erasure requests. I’ve been told they’re not important.

It’s very unlikely that you will get into legal trouble over this and you’re certainly not going to be fined millions of dollars. Technically, you are not legally obligated to delete anyone’s data, Roblox is. I would imagine that in a worst-case scenario your experience would be removed or your account terminated, but there are absolutely no grounds for you to be fined.

Furthermore, the message you received specifically says that the User ID needs to be deleted. I think that if you only stored the Usernames then you’re probably fine (don’t quote me on that though).

If you’re genuinely worried about it, send a support message to Roblox explaining the situation and I’m sure they’ll be able to provide some assistance.

1 Like

local username = game.Players:GetNameFromUserIdAsync(288094249)
print(username)

Swap the numbers to the userid. Put the script in a regular server script. Place the script in ServerScriptService or just workspace will do. Run or Play it in studio and it will print out the name in Output.

That won’t work as all data from the user has been deleted.

Relax, no one’s going to knock on your door and send you to prison because you’re storing how many coins a random username had on your game.

Plus, if you can’t even tie the data to a particular user ID, who cares? Sounds like you don’t have personal information that’s tied to UserIDs to delete in the first place.

What follows is my opinion (I am not a lawyer)

Ignore the request. Roblox should have better tools to deal with this and be more clear about their data requirements. Not your problem. If they really have an issue they can do the work themselves.

The most “trouble” you could theoretically get into is if they blocked your account or something, but that has never happened on this platform due to non-compliance of GDRP requests.

3 Likes

Agree. I know lots of people who do this, and they don’t get into any legal trouble. Although you’re supposed to delete it, you can’t so don’t worry about it. The blame is on Roblox.

Just update your DataStores to store UserIds and move on.

1 Like

Adding to this i wrote yesterday. The Username for stats is saved as a datastore instead of a key.

And i Can’t delete a datastore, I can’t seem to change the name either.

Relax, that’s what I thought and erased like 10 people’s data. Eventually I realized something, if I’m getting this many, imagine top developers, they might be doing this in batches or using some sort of macro to remove the data. I haven’t removed the one I got from a few months ago.

I came to the conclusion they should just ignore the data since it’s too trivial a task. I also happened to read somewhere that roblox automatically deletes it for you but if you have a certain datastore system they give you that message before deleting it just to ensure they don’t mess up much. Don’t take my word, I just remember this from somewhere but it seems logical

1 Like

Yes however, the scripts makes a datastore for each individual user meaning I can’t even delete the datastore.

You can delete what’s in the datastore though, the only thing left will be the datastore name, and it’s not like the username could give us valuable info about the person, we don’t even know who’s the user by looking through the stores.

Can’t delete all datastores since there’s millions?

Try this, it may crash your PC due to the absurd amount of datastores there are, so make sure to close everything else in your PC.:

Tried this on another place for testing it only cleared the data name is there. I did some math and on my main game clearing every player would take 1.09 years assuming my pc runs 24/7 with no errors.

Also how does roblox expect us to do this. I mean what if we stopped using roblox snd were flooded by messages.

We should be able to delete datastores. Generally this system needs improvement.

Here’s my theory, I think Roblox deletes all the data they can except for the in-game save data. They delete their chat logs, profile, username, everything. But they can’t delete in-game save data themselves because either they can’t control the datastores in your game or there’s too many of them and too many games that it’s impossible for them to do it, which is why they ask the developer to do it since they simply can’t. The majority of developers (especially famous devs) ignore it but nothing happens to them, not even anything happens to Roblox. The reason for this is because in-game save data isn’t personal info. There’s no way for a Roblox game to get their real name, real ID, real address, etc. Therefore, Roblox doesn’t get in legal trouble nor do the devs do.

But that’s just a theory, I’m not a lawyer or anything. I suggest just ignoring it like the majority of people do, Roblox already deletes enough data about the user.

Also yes we need the ability to completely delete a Datastore instead of just deleting everything in it.

Hmm, alright. What if I hypothetically quit roblox one day?

Will i still have to do this requests I don’t want to spend my life clearing data.

You’ll still get requests but like I said in the post you can just ignore them, lots of people do it and they’re fine. In-game save data doesn’t store personal info anyways.