Problem with nodes attached to gui nodes

I have several bitmap texts. When I attach them to the gui node they display as expected. But when I attach a node to the gui node, then attach the texts as childern of that node they do not display.

Well, I’m trying really hard to see your code from here but my eyes can’t seem to pierce the electron veil of the internet… so I must guess that maybe your nodes are positioned in a strange place. Or you’ve rotated them… or any of a dozen other things that might be wrong.

Adding a bitmap text to nodes is fine. So something else is wrong. We can’t see it from here.

I figured out the problem. I performing the local translations wrong. Which is why it was showing up properly when attached to the guinode, but being pushing off screen when attached to the sub node.