Is there a way to exclude a single embedded element from the UIGridLayout?

I was wondering if there is a way to exclude a single element from a UIGridLayout? In the picture below it shows musicMenuToggle not embedded in Frame, but I would like to embed the musicMenuToggle within the Frame so I can animate the entire entity simultaneously when it is toggled on and off. However, I cannot find a way to make the musicMenuToggle to not automatically snap to the UIGridLayout.

Is there a way to do this, or is what I am asking impossible? What is another way to animate the frame and button cohesively?

social_testing - Roblox Studio 5_10_2021 10_34_48 PM (2)

2 Likes

I usually just parent it another place, theres no built in support for this afaik

1 Like

You could try adding another frame inside of the first frame for the other toggle buttons, then parent the music toggle button to the first frame.

1 Like