How to make a top X Players

How could i make a top 5 best players in my game based on a currency?, then update it automatically on all servers when somebody reaches a better score, or something, ofcourse saving it too (the top)

The scenario for this would be in a gui, with 5 text labels

You need ordered data stores for this, I suggest you check the following page:

Also there’re many free leaderboard scripts out there, all you need to make them work is reference the currency and the datastore used to save them.

1 Like