Is it possible to make Objects that are not afected to UI Grid

Ok, so i’m making a shop for my roblox game and use a UIGridLayout to make my separated items,
but the problem is that i want to get a More Coming Soon Text Label at the bottom of my scrolling frame.To do that The text need to be a child of the Scrolling Frame.But when i do that, the text c’ant be positioned because of the UIGridLayout:
Capture

As a child of the SFrame :

Not As a child :

I would be appreciative if you could help me to fix it :happy3:

Instead of using a UIGridLayout, use a UIListLayout or pour the UIGridLayout and the shop UI buttons in a folder, with the coming soon text outside of the folder.

1 Like