Hello! I want to get all the values in an ordered datastore is that possible?
I wanna be able to rank a players score no matter where they are in the leaderboard.
Hello! I want to get all the values in an ordered datastore is that possible?
I wanna be able to rank a players score no matter where they are in the leaderboard.
You want to get absolutely ALL values in the OrderedDatastore?
I think you could use GetAsync()
instead of GetSortedAsync()
After getting all values, use a function to sort them.