Is there a way to have a scrolling frame scale only to the amount of objects in it?

just wondering if theres a way to scale the scroll on a scrolling frame to the amount of objects in it?

ect like a server browser list
only scrolls to the bottom where the last server is and when that server is gone it shortens the scroll, kinda something like that

1 Like

You can use ScrollingFrame.AutomaticCanvasSize to do exactly what you’re looking for.

2 Likes