-
What do you want to achieve? Keep it simple and clear!
Making a scrolling frame that can scroll properly with a UIGridLayout that uses scale. -
What is the issue? Include screenshots / videos if possible!
I am improving a team changer section of a main menu and I realised that I don’t have any more space to fit more than 6 teams onto the team changer, so I made a thing there if there is more than 6 teams in the scrolling frame, then the canvas size would change so that the next row can be shown. The only way I can do it is with offset, but that would mess up the menu design for different people and doing with scale would cause it to break.
What the UI looks with scale + more than 6 teams. 1920x1080 resolution.
What UI looks like with offset + more than 6 teams. 1920x1080 resolution.
Note that the original UI was designed on a smaller resolution since my Roblox studio tabs were making the viewport smaller.
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have read a dev forum post about it but you can only do it with offset, which is not possible due to issues it will being to the UI design.
If you need anymore clarification, please do tell me.