How to make a leaderboard increase when you enter a zone

im trying to make an escape room and i want the score to be rooms completed

Make the zone increment a counter that sets a property, and set the leaderboard to the property in the map options!

Be sure that the counter and property are player scoped though!

can you show me screenshot

1 Like


The problem with the above solution is that when the player enters a room again, it also increments the counter. So make the zone deactivate as soon as it activates by setting it to deactivate on the same channel it broadcasts when the player enters.

1 Like