Updating overlay according to property

So I want to make a fall guys style game, and when a player enters a zone it will increment a counter, which updates a property, which will then update an overlay to the property. But how do you update the overlay every time that happens?

Go to the property and broadcast on channel “updol” everytime the property changes.
Create a block for the overlay for when it receives on channel “updol”.
Blocks for overlay:
set text to get property (property name goes here).

2 Likes