How do I add a score

I want to add a score to a game where when a channel is activated, a point goes to a specific team with a property

1 Like

counter changes property.

Make the channel increment a counter by 1 then have the counter setting of “update property” and set that to update the property of your choice(the one that is for the score). Make sure your game settings tracks that property and bases the leaderboard on it.

Don’t pay attention, I misunderstood

but how do i make it so you can update it to a specific team

Update the property scope to team.
image

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.