How to prevent a GUIObject from being moved by a UIGridLayout?

So, i have grid with a lot of things inside a frame with a UIGridLayout. I want to create a GuiObject to be the “Selection Image” for those itens in the grid. This Selection Image must not be edited by the UIGridLayout, is there a way to make it an exception?

Sadly there is no way to do this :frowning: . What I would propose doing is put the “Selection Image” inside of a folder that is not a sibling of the Ui layout.

MainFrame
       --> Frame
               --> Ui Layout
       --> Folder
              --> Selection Image
1 Like