Help With Text Counter With properties

So In Games, i have seen text that count upwards or downwards, with just one text device, not multiple but just one.
Is this done with a property or some sort?
Or if anyone has a guide I would appreciate it.

1 Like

Yes, you can set text to show the value of a property using block code.

How?

Use a property “number” tracked by a text in block code option, and make the counter update on the property, make the counter decrease/increase using trigger loop.

1 Like

One more question…
How do you make a variabl or a property appear in a game overlay

1 Like

Use block code. There’s a specific block that says ‘set text’ and then have it set the text to your property(get property ‘name’) or variable.

1 Like

Go to overlay block code option, and place down [get property]-[property[1]].

(oop valuex've already posted it lol)

@kirbyking check prodigy forums, I can help you there with better explanations (I can’t provide images right now)


  1. the name of the number property ↩︎

1 Like


Here’s a picture.

1 Like

Umm Froyo… I can’t see the images of the block code ._.

1 Like

Just use the set text block and a get property block.
If you want this to change constantly make sure you have a loop that is connected to the text device.

1 Like