Any way to make a GUIObject ignore UILayouts?

Pretty simple question, I feel the title explains it all, is there a way to make a GUIObject ignore UILayouts?

Currently I have a frame that contains lots of items, except I need one frame in specific to ignore the UILayout, is there a way to do this?

1 Like

There’s no filtering, UILayouts will apply their “layout” to all UI types as long as their Size is not 0 or their Visible property is true. You’d need to re-parent your frame to be “ignored”

2 Likes

well dang, that sucks. Thanks for all your help though!

Ig ima have to program my own Layout now. Wish me luck!

1 Like

You sure?
image
image

:lying_face:

Welp, guess my work here is concluded. I expect you to now know that you don’t always need an extra frame.

2 Likes

And it still renders in the folder? Well that’s some pretty useful undocumented behavior.

Well, I am sure I am not blind.

That’s why I exist. I am the documentation. Regarding GUI manipulation only. I still don’t know how to use parallel luau.

Edit: I learned how to use parallel luaU.

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