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?
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?
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!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.