Leaderboard Help

So, in my game, i wanted to have teams (I already added them) and the leaderboard points has to be the amount of props they knocked out, anyone knows how?

Prop (prop destroyed) → counter (increment counter)
Make the counter update a property and have the leaderboard be based off that team scoped property
I suggest using channels though because the amount of wires might be a ton

2 Likes

or just use a wire repeater so the wire amount is less (going to the destination)

Yes, but that depends on how many props they have
Channels would be more efficient in any situation like this

i already added wires to the counter from the props, and the count scope is set to team, but I’m having trouble connecting it to the leaderboard.

go to score settings and choose property and set it to your counter’s property

1 Like

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