I am trying to set up a ScrollingFrame, but you can scroll even when there are no items in the ScrollingFrame itself, which means you can scroll literally everything out of view.
I know there’s a way to limit how far you can scroll, I just don’t know how to do it. I thought it might be something like AutomaticCanvasSize = true, but that doesn’t actually seem to effect anything. Maybe it’s a combination of AutomaticCanvasSize and CanvasSize? I don’t really know.
I think it’s worth mentioning that the ScrollingFrame will be populated based on a dynamic list of things fed to it, so there’s no one-size-fits-all. So an automatic method would be great.