Hey Developers! Today I checked my inbox and saw that I had this message from roblox, my messages are off for everyone other than friends. So I’m not sure what this really is:
The roblox game is a game I made when I was much younger called Pizzeria Simulator, It contains no datastore or anything. Does anyone have a clear answer…?
This is normal. You just need to clear all the datastore saves for this UserId in the given game. If the game has no datastores at all then I think you can just ignore this.
I just looked through the game to see if I put any viruses into the game when I was younger, by searching for keywords like “datastore” or “setasync”. I have no idea why this could of happened.
That userid requested account deletion and because of legal stuff, all their data needs to be deleted, includng data in your game (which seems to not be a thing in this case)
I searched for require() and found kohl’s admin, I’m guessing maybe this was a fake admin I added a while back. Not sure though. OH OH OH, I undid the removal and it said there was a error with datastore service. I’m guessing this was indeed it
if _G.KAU then script:Destroy() end _G.KAU=true
script.Name,script.Parent='Kohl\'s Admin Infinite',game:service'ServerScriptService'
require(1868400649)```
Alright found it, thank you guys.