How to remove horozontal scrolling frame?

I made a scrolling frame automatically adjust based on canvas size, but for some reason the horizontal scrolling frame appeared when I have no use for it. Is there any way to remove it?

example

If the CanvasSize.X.Scale > 1 or the CanvasSize.X.Offset > ScrollingFrame.AbsoluteSize.X then you will see a horizontal scrolling bar. The solution in this instance is therefore to just limit the CanvasSize on the X axis to 1 in terms of scale.

2 Likes