GDPR Request, what do I do?

Can you search for any instances of “DataStoreService” in your game? Press Ctrl+Shift+F on Windows (Command+Shift+F on Mac) and search for DataStoreService (make sure “Look in” is set to “All Scripts”). If any scripts appear, look inside them for calls to GetDataStore, GetGlobalDataStore, or GetOrderedDataStore. These would be loading data stores where keys can be added, modified, and deleted.

1 Like