Text scale independent of Parent Node [SOLVED]

I have an OnscreenImage I’m using as a background. I then parent an OnscreenText node to this image so I can position the text relative to the image. However, I do not want the parents scale to affect the text scale. Is there anyway around this?

Yeah. don’t parent your text node on the background but just position it where you want it or adjuste the scaling of your new text node or attach both to some other node and use that to position them.

Thanks treeform, I should have been able to figure that out myself. Creating a dummy parent node and parenting them both to that did the trick. Thanks again for your help.