I want to have a Game Overlay that displays number data from a counter to show how many teams are left
The game overlay will say “Teams Remaining: #”
The # will be pulled from an already-existing counter with the correct display data.
Can someone make me a system for this idea?
A counter can update a property, so set the text in blocks to the property when it updates.
3 Likes
What would the block code look like? I’ve tinkered a bit and can’t find the correct property block
Oops, I think you need the create text with
block.
1 Like
Alright, I’ll test it real quick
It works! I had to run a couple of extra devices to update the display, but it worked as intended.
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.