How to make UIGRIDLayout apply scale to children of children?

Hello I hope my problem makes sense
I have a scrolling frame which has a UIGridLayout, GUIButton, and a TextLabel in the GUIButton.

The problem is that I have no idea how to make the scaling from the UIGridLayout apply to the textlabel in the GUIButton. (Scale does not apply when changing devices)
I cannot find any similar posts of this

Normal:
image
Device:
image

Have you made sure everything is using scale and not offset? If they’re scaling to the size of their parent, this shouldn’t be happening.

1 Like

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