In this guide I will be showing you how to make a counter that updates a game overlay.
So first you are going to be needing a counter. Connect this counter to a trigger and add a button. Make sure that the trigger is set to increment counter.
Then you want to place a property. (Name it whatever you want) Make sure to set the property to a number.
Then go to your counter and select the ‘Property’ tab. And make sure to set the update property to ‘Yes’.
Then set the property to update to the property we just made.
Now it’s time for your game overlay. Place your game overlay and name it whatever you want. Also make sure to link the trigger to show the overlay. (It shouldn’t be visible on game start)The game overlay needs to be text. Now go into the ‘Blocks’ tab. And create a new block. Make it whatever channel you want. Make sure that the trigger broadcasts to that channel.
Now, make an ‘If’ block and connect and = block.
Then, make it check the property we made for a number.
Then insert a set text block and make it set to the text you want the overlay to show.
If you did it correctly it should work just fine!
I hope you liked my first guide!