I need help finding a scoreboard

I am making a tag map and I need a score

You can change the score in the map options. Is there any specific way you want to score players?

player tagged → increment counter
counter is team scope and updated property in leaderboard.

1 Like

I want it to track tags

For that you’ll need to add a broadcast for your tag zone like this:

Then you’ll need a property like this:

Then you’ll need a counter like this:

Then just go into your map options and make the score this:

Let me know if you need any more help!

5 Likes

where do I find all that

I’ll give you some very detailed instructions, but gimme a second to set it up…
:sunglasses:

Materials (Press me)

You need three devices:

  1. Tag Zone [where you want the players to tag]

  2. Property [where the data will be stored to keep score]

  3. Counter [the counter of score]

The three originally placed devices should look like this:
image

Setup (Press me)

Start with the tag zone:
image
Set everything but the “When player tags another player” part to whatever you desire:
image
Set that channel to Count Score

Next, we’ll do the property:
image
Set the name to “Score”:
image
Make the Property Type a Number, and leave the default value (starting value) at 0.
image
Make the scope Player, and leave the rest of the options what they are already.
image

Lastly, we’ll do the Counter:
image
To make things easier, go to all options (the yellow):
image
The starting value should be 0 (like the property), and make it INCREMENT when receiving on Count Score:
image
The next two options can be whatever depending on your game (you don’t have to use mine):
image
The Count Scope should be Player, and leave the “reset when receiving on” part blank:
image
Set the Update Property part to Yes, and another part should appear. Set the appearing part to the property “Score”:
image
The last option you can do whatever with.

Map Options (Press Me)

To change the Map Options, press the gear in the bottom-left corner:
image
Go to the score section (the yellow):
image
The leaderboard should be enabled (Yes), and set it to track a Property. Set the property to “Score,” and set the name to something along the lines of “Tags”


The last four options are up to you!

Finished Words (Press me)

That’s it!
If you don’t understand anything else, let me know!
:sunglasses:

You can also use this guide to display the property in game

1 Like