Counter problem

how to make this:
image
show the correct number of players joined on the right and the number of players that clicked the button on the left

you need to use block code for this

Exactly I know that, that’s the part I need help with.

update with properties
use this to track the players

Make the counter update a property.
Block code of text: create text with: property
---------------------------------------------------------/15 fellow

This seems easy at first, but the blocks are somewhat complicated.

it would help if there were more blocks

Use a live player counter that updates a property, then get a second counter and wire the button that the players press to the counter, make that counter update a different property.(Make the property broadcast on a channel when it is updates) Then go to text and make the block code “When receiving on channel” “(Put the channel that you put on the property when it updates)” :

3 Likes

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