Scoreboard troubles

I need help with the score. Ive based the score off of the rooms traveled in my creative map. How do i change the score to be based off the room, and go up correctly?

1 Like

When they go into a room, make it a zone, add more to the counter.

If you want unique ones only, just check to see if the player already went in there with a counter, hooked up to a property.

have a zone at the entrance of each room. Make it so when entering the zone → increment a counter. Make sure this counter’s scope is on player. Make this counter update a property that is used for the score

how do i make a zone ;-;

ohhh thank you ill try it