I’ve seen other posts regarding this but I haven’t exactly found anything that helps with my issue, I want all frames to stay same size but just expand canvas size, I have UIGridLayout doing most of the job here but I still don’t know how to expand it accurately
1 Like
AutomaticCanvasSize is what you are looking for.
3 Likes
Is there a way to do this with scale rather than offset
That would be difficult for Scrolling Frames. As the scale would always scale to the canvas size. So Offset maybe your only choice. However, you could use Gui aspect ratios that will automatically scale the Offset based on the clients dimensions.
1 Like