How to make it so the leaderboard is in the order of the player's deaths

I want it so if you dye first, you are in last place. If you are the only one left, the game ends and you win. How would I do that?

Give the remaining player an item and set the leaderboard order to specific item

2 Likes

Create a counter with the scope set to player and a lifecycle set to “when player is knocked out”. Now, wire the lifecycle to the counter, so it says, Event occurs → Increment Counter. Create a property and make the counter update that property. Set the score type in the map settings to property and make sure the leaderboard sort mode is “low to high”.

Then you’re done!