TextLabels 'Splitting' in OverheadGui

So I’m trying to make a simple Overhead Gui for a project. I have 2 TextLabels in the BillboardGui. one for the main text and the other for a shadow. However, when the player zooms in too much or gets close to another player, the textlabels split and I’m just left with this:

Image

It would be amazing if you could help or just send me to a possible answered discussion based on the same thing. Thanks

Is the shadow text label parented to the regular text label with a lower Zindex?

No, they’re both the child the of the BillboardGui.

If you parent the shadow to the regular, it will move respective to the regular text, and shouldn’t ever shift.

1 Like

I just tried it but when I make the shadow the child of the main text, I cannot see it even when I move it, it’s only the main text visible.

What are the UDIM positions of both text labels when both are parented to the Gui?

Nevermind, after some fiddling around, I got the text to appear. Thanks for your help