How do I make text relative to eachother in visual scripting?

Hey!

So what I’m trying to build is a simple end-game UI which shows the player how much points he has gathered out of the maximum amount you can gather. I have a hard time understanding how to do this so that it looks consistantly good though, as the “/” isn’t relative to anything and will overlap with the score sometimes depending on how many numbers it got.

Is there any simple solution to this problem?

Thanks in advance for all the help!

Update the score text variable with an append text node.

Big thanks! I didn’t even know that node existed but I should’ve figured.