I was recently sent this message by Roblox but I have no idea what to do and every time I follow the steps it never works.
3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’ve repeated the steps multiple times but it might have something to do with my data stores.
After that, you should include more details if you have any.
Link for the steps I tried to follow: About GDPR and CCPA (scroll down for steps)
Please let me know if you need any photos or pictures showing what I’ve done. Thank you!
Apparently the issue here is that “RemovePlayerData” is not a valid member of “ServerStorage”.
But as shown above, it is, that’s why I think it could have to do with the data stores.
Do you have a system in your game that stores player data? If you do and someone else wrote it, it would best to ask them about it and see if they can help you navigate the system that they made.
If you want to delete the data for a specific user, you are going to need to figure out how the system in your experience saves data for specific users.
From personal experience, I had this same message sent out to my game even though we did not use datastores. I’m really not sure why they would send this to me when my game doesn’t have datastores so I’m assuming this is just some random stuff.
I’ve also received it for my other game, and I just removed it.
But anyways, if you would like to remove their data, I’d suggest using a datastore plugin to ease finding the player’s datastore. If you know in which datastore the data is being saved in, and what type of key you’re using, you can do this. game:GetService'DataStoreService':GetDataStore'DataStoreName':RemoveAsync(playerKey)
Either run that in command bar or a script on runtime. You wouldn’t need it anymore after running it just once unless you have more data to wipe.
Turst me though, this isn’t something you should worry about. If you are then you could always message Roblox support (hopefully they would be helpful).
These requests are for player data for a user that wishes to have all of their online presence on a platform erased. I believe that their account is deleted, and all data that Roblox has about them is deleted. They will never be able to visit your experience again. Roblox needs to inform developers that may have that users data to also delete the user’s data. I’ve never heard of Roblox banning or taking action against developers for this.
Okay! Thanks again for your reassurance. I’ll try my best to fix the issue but if I can’t, I’ll try not to worry about it to much. c; Thank you again for just replying, I’m incredibly grateful since I really care about my wellbeing on the platform. And thanks to @uhi_o too!
Okay guys, I just managed to get this when I wrote the same script in the console, I was able to find the datastore and fix it all with the help of @Maxi130TV.
Thank you guys again for your help it means a lot! Unfortunately, I already sent ROBLOX an email about the issue so I guess they’ll help me in the email for no reason. Thank you thank you! This means so much to me.