Make a leaderboard like Slither.io

Options
Hi, I'm trying to make a leaderboard that displays the top players scores like slither.io does. So far I have the players scores successfully being stored using Hashtable and CustomProperties, but I don't know how to display the scores. How do I compare the players scores, and should I use just one text (or string) to display it, or one text for each score I want displayed. Any help would be much appreciated! Thanks! P.S. I have looked at the other questions on here that ask similar things, but none seemed to have definitive answers. :smiley:

Best Answer

Answers

  • jobo22
    Options
    @Christian_Simon Thank you for the answer, I think I'm figuring it out now! :smile: