Whats this strange message from the Roblox account?

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.

This isn’t a problem for me right now, but I’m just curious, how do you erase a datastore?

I searched that User ID I get the 404 deleted

You need to have that scripted in your datastore system, a command/function/anything that lets you delete data for the userid

Datastore modules (for example ProfileService) usually offer this functionality I think

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.

Im confused now because that specified user is terminated

Same, I searched him up and I’m not sure.

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)

Also when searching for viruses, search “require” since most viruses use this function to import their malicious stuff

But that doesnt mean script is a virus, you need to check manually

this user was terminated and that is why roblox does not want that user id on the game

1 Like

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

require() is not a sign of virus but if you’re using kohl admin from toolbox then its probably fake anyway

that is probably it. there are a lot of fake admins out there

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.

Just a suggestion, maybe rename the topic so any future devs searching for a solution related to this, it will pop up