UiListLayout not scaling correctly on mobile

I checked probably all of the posts relating to this issue, but all of them are about making all the frames in the ScrollingFrame the same size, not different.

I am trying to make a shop gui, with different categories meaning different frames. Here how it looks on PC & Mobile.

Here is a screenshot of the properties

image

Any ideas on how I could fix this issue not scaling correctly on mobile, I do not want all the frames to be the same size, which is why I’m using UiListLayout instead of UiGridLayout.

1 Like

Resolved the issues by fixing the size of the frames located in the scrolling frames.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.