ScrollContainer

A ScrollContainer is basically a ScrollingFrame.

Example

e.ScrollContainer({
		Child = e.Container({
			Size = UDim2.fromOffset(100, 10000)
		})
})

Last updated