How do I make a child of a GUI object ignore scaling?

When you resize any GUI object, it’s children will also be resized. Is there any way I can ignore this on certain ones? Maybe it’s a property I have to set to on/off?

Not much of a UI designer, but you could try using offset instead of scale. This is the only way I know of, sadly.