Workaround for making labels move on the screen?

I have a nifty animation I did where I make some simple shapes and lines change location on a screen. I REALLY need to have some numeric labels move with the lines. The numeric labels need to update as they move, so I can’t just use an image of some text.

Try this: system.gui.moveComponent

That worked very well. Thank you.