Scrollingframe on widget gui

what i have here is a widget gui plugin and i want the scrollingframe to activate when the widget cuts off gui elements like this

is that possible?

1 Like

You should be able to use a ScrollingFrame with the default canvas size of {0,0}. {0,0}, and then just set the AutomaticCanvasSize property to Y (or XY if you want it to be scrollable on both X and Y) and then it should automatically scale so you’ll be able to scroll through all the elements!

If you mean something else please let me know!

2 Likes

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