Show player scores on leaderboard

Options

I'm making a multiplayer game where players gain points for how many kills they have. I want to display a list of players sorted by how many points they have.
I want to be able to store the player score, and then display it on a leaderboard that everyone can see. Similar to .io games, where there is a leaderboard showing the top 10 players.

Answers

This discussion has been closed.