How to fix a textlabel from clipping out of it's parents frame?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    To make it where the textlabel will fit inside the frame and not push out overlapping over other frames next to it

  2. What is the issue? Include screenshots / videos if possible!
    The textlabel is pushing out and overlapping other frames

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I’ve tried changing the ZIndex multiple times and other things but none of it has worked

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

set the parent frames ClipDescendants property to true

the parent’s frame already has it set

Can I see the outline of the parent frame?


is this what you mean?

Ok yes, and you are 100 percent sure that the text is parented to that frame?
If so can I see the frames properties and the text labels properties? Can I also see the workspace for your UI?

image_2024-08-04_150659033


hmm maybe try setting the zindex back to 1 for both the parent frame and the textlabel

yep setting the parent frame zindex back to 1 worked

2 Likes

ClipDescendants does not affect rotated descendants.

Hmm well it seems to have worked for them so good enough

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