How to use GetOrderedDataStore with ProfileService?

  1. What am I trying to achieve?
    I’m trying to GetOrderedDataStore with ProfileService
    e.g, I’m saving keys to a datastore with no scopes.
    And I want to retrieve all the keys from the datastore.

  2. What solutions have I tried?
    I’ve looked at the documentation for GlobalUpdates(ProfileService),
    Which didn’t help.

In this picture you can see the keys which I’m trying to access,
How would I access all of these with ProfileService?(keys, no scopes)
id image

Any help would be appreciated

If you want to list all keys of a datastore then you have to use :ListKeysAsync().

1 Like