How to use DataStore2 - Data Store caching and data loss prevention

It’s a hassle, but it’s possible. From what I remember, this is how you do it.

  1. Figure out what the data store name is going to be.

A DataStore2 name consists of two parts: KEY/USER_ID. The key is either the master key if you’re using combined data stores, the normal key otherwise. Let’s say our combined data store key is DATA and we’re looking for the data of ROBLOX. We would search: DATA/1.

  1. Toggle OrderedDataStores and Query.
  2. Write down the value of the most recent result.
  3. Turn off OrderedDataStores, and search with the key being what you just wrote down.
22 Likes