Automatic sizing issue

, ,

So I have been messing around with Roblox’s “Automatic Sizing” property and ran into an issue.

I have a frame with automatic Sizing on x, y and inside of that frame is a text label with automatic scaling for x. I pretty much want the frame to expand with the expanding text label. Both UI elements have an anchor point of 0.5 and are scaled in “Scale” instead of offset.

Here is what it looks like:
image

After I start adding more text the parent frame doesn’t scale properly with the text:
image

2 Likes

bumping thread, I need help !!

I’m still stuck on this issue. Any help would be greatly appreciated

I would just recommend making the automatic sizing yourself using a script. Just tested it and I’ve noticed that the box only scales right and down.

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