Gui Element shrinks when changing the parent

Hello, I am trying to keep the TextLabel the same size as it was before parenting it to a Frame

If you dont understand what I mean, heres a video


As you can see the TextLabel’s size is normal, but when I parent it to a Frame, it completely shrinks
This can be annoying sometimes

Does anyone have a solution to this problem? If so I’d be really thankful!

(also sorry if this is the wrong category)

1 Like

You need to make the frame size bigger, and then you have to resize the textlabel again within the frame.

This sort of works, thanks!!

character limit

1 Like

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