Change the text based on a bar (Solved)

How do I…

Make it so my text shows the bar’s number?
Example: If my bar value is at 10, the text shows 10, if it’s at 190, the text shows 190. If possible, adding a maximum value like shown in the picture (the " …/16")
image

What is the actual result

It doesn’t work, this is what I did:

If you need a link to my game so see what is happening, let me know :slight_smile:

When you add 2 strings or texts, you are concatenating them - joining them together. If you want to change the text every time, use “set to”.

Yes, and it’s fairly straight forward. Use this to resolve both your issues/requests:

That worked really well, thank you so much :DD