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:
As a child of the SFrame :
Not As a child :
I would be appreciative if you could help me to fix it