Hey!
So I've been contemplating this for a while.. But I want to add a global highscore to my game.
I have no solution to how I can do this.
Is there some sort of method to iterate through a data store reading all values and then ordering them? (The reading through the values is what I will struggle with).
Any assistance to this problem will be highly appreciated!
Use an Ordered Data Store to get the highscores, assuming that the player's scores are all in one 'PointsStore', or something similar, as opposed to a per-player store. Read more about Ordered Data Stores here.