Right to Erasure - Action Requested (My game doesn't utilize any datastores?)

I received a message from Roblox instructing me to delete a specific user ID from my game. However, I’m facing a dilemma as my game doesn’t utilize any datastores, meaning I’m not actively storing any information. Despite this, Roblox has still requested the deletion. What course of action should I take in this situation?

If your game doesn’t utilize datastores, then the user ID doesn’t exist, so you are fine.

Yeah but roblox still messaged me even if i dont utilize datastores, thats why i worried.

Do you have any free models or admin scripts in the game? They may be using Datastores to store internal things.

You get that message regardless, so don’t let that worry you. Continue with your game development in peace.

no, i dont have any free models or admin scripts

Alright, Thanks!

character limit

I got the same message before, yet i didn’t had any datastores in my game. But i still deleted the id from datastores with a script.

you are telling that you dont utilize datastores, so how did you deleted the id from datastores? xd

The message is sent regardless of if you use datastores in your game. If you never used any then you don’t need to do anything.

If you want to be extra sure that you don’t use them, use CTRL + SHIFT + F to search all scripts and look for things like “Datastore” or “DatastoreService”