blank_ts
(ryan)
April 29, 2020, 8:02pm
#1
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
1Joeb
(joeberson)
April 29, 2020, 8:05pm
#2
Is the shadow text label parented to the regular text label with a lower Zindex?
blank_ts
(ryan)
April 29, 2020, 8:06pm
#3
No, they’re both the child the of the BillboardGui.
1Joeb
(joeberson)
April 29, 2020, 8:07pm
#4
If you parent the shadow to the regular, it will move respective to the regular text, and shouldn’t ever shift.
1 Like
blank_ts
(ryan)
April 29, 2020, 8:10pm
#5
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.
1Joeb
(joeberson)
April 29, 2020, 8:13pm
#6
What are the UDIM positions of both text labels when both are parented to the Gui?
blank_ts
(ryan)
April 29, 2020, 8:17pm
#7
Nevermind, after some fiddling around, I got the text to appear. Thanks for your help