Frame as BillboardGui descendant, disappearing

A frame that descends from a BillboardGui appears to not display under certain conditions.


In this instance which you can find here, the TextLabelFrame is not being displayed. It’s essentially a replica of the red visible Frame with the exception that it’s blue.
WeirdUI.rbxm (11,3 Ko)

Check the properties of the UIListLayout you’ve got in there. It may be hiding the other frame, especially if GroupFrame has ClipDescendants set to true

The issue still happens if the UIListLayout gets removed and the scale horizontal coordinate of the TextLabelFrame gets set to 0.5. You’re invited to try it out as well.

1 Like

I’ll look for the issue, I’ll lyk

Check the UIGridLayout. Still diagnosing the issue, but the label appears if you change the StartCorner value

There appears to be a misunderstanding and information I should’ve clarified earlier. Changing the StartCorner only shifts the issue elsewhere. The issue is that there is a blue Frame that should appear besides the red Frame as shown in this picture, but it currently doesn’t.

The issue may be solved once the blue Frame can display itself in that fashion.

This is bizzare.

Changing the X value of the AnchorPoint of StatsFrameContainer to anything greater than 0.245 seems to allieviate the issue; however, if you position StatsFrameContainer to where its X size is large enough, the blue box disappears again.

My guess is that this has something to do with how you’ve used Scale and Offset to size your UI elements. I have no idea otherwise.


*AnchorPoint of StatsFrameContainer set to 0.246, 0

1 Like

Thanks for the efforts and trying out. Unfortunately as you stated there is a range of values past which the blue box disappears again.

I believe it’s a bug, but I do not have access to the category for reporting those.

1 Like

Hey, here’s an attempt to bump this post up.

The issue got resolved outside of this post. Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.