Right to Erasure Request Confusion

I’ve received a few Right to Erasure requests, each time I’ve tried to use the recommended RemoveAsync feature. However each time it fails, erroring with nil. I assume Roblox already flushes whatever datastore they can see with the players userid automatically? Causing any attempt by me to pull the data to fail? Can anyone confirm? I assume my code is fine as it works for any other userid.

Incorrect. If RemoveAsync is erroring with nil, then check other games with DataStores. If nil on all, then you can safely assume they sent you this message because the user played one of your games without DataStores.

1 Like