So as the title explains I’m trying to make a Scrolling Frame fit all screens but can’t figure out how to. I tried using constraints and using SCALE instead of OFFSET but nothing worked so here I am.
It looks like some things may be using the Offset scale option opposed to the Scale scale option. Make sure all GUI objects are using the Scale option and not offset.
If you search through some forum posts they solve this by adding a UIListLayout to the scrolling frame… then setting the Offset size of the scrolling frame (via script) to the absolutesizeX and absolutesizeY of the UIListLayout.