Ok so I was hit with the “Right of Erasure” request from roblox (strangely 6 messages for the same userID in the same place). Mind you this was a game dating back to 2018, it hasn’t seen the sunlight since. I go to the place, try to do the command line to remove data, didn’t really see any output besides the code itself that was input. OK. So I tried to get a datastore manager plugin itself to see what else there could be because I don’t toy around with what I don’t understand, maybe it was in a free model what i used, i don’t know. So I tried a few of them, they just come back blank like there’s nothing there.
Ok cool, well I closed studio to tried to open one my other games, now I am getting failed to load, api request messages. Games that I can open, I see there is still one datastore editor plugin left, go to Manage Plugins, and its stuck on an forever loading screen, Is there a way to manually delete a plugin that was installed into studio or? I tried looking up the local folders but there’s nothing in there.
Use the ROBLOXAPI service.
local UserID = 0000
ROBLOXAPI:ClearUserData(UserID)
Does this mean it worked?
Also if you know how to remove plugins when the Plugin Manager isn’t working would be super helpful
The guy who responded uses AI generated responses which are not valid.
You should checkout the DataStore:RemoveAsync method.
If i was on a pc i wouldve helped but i think you could do it by yourself
But that’s the thing, I don’t know what the key is called, or how it was even created. Like i said, I don’t dabble with data store stuff because I have no idea what I’m doing lol
You can safely ignore these “Right of Erasure” requests from roblox. They are obviously just made to troll you.
- They send you these for games that never even get the datastore service
- They send an individual message for every single user. If you have a big game you just get your inbox spammed, and you have to do these requests manually which would take hours
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.