Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Leaderboards

A topic by Abbas created 3 days ago Views: 22 Replies: 2
Viewing posts 1 to 2

how do I make a leaderboard with an online multiplayer game?

Jam Host

The same way you do with single player, set up some event that will trigger the leaderboard and send the current player name's score to the leaderboard. You can find the expression for the current player's username from the expression builder list.

If you want only one score sent for the team of players, you could use the condition to check if this player is the host, and then only send the leaderboard info from the host's game.

ok thanks