Autoscrolling Frame

My issue is I need to find a way to make my ScrollingFrame auto-sizable.
I have a TextBox inside of it and when the TextBox overgoes it just doesn’t follow it in size. I have tried TextFit and TextBounds. No luck.

Could you try to help me, this is in a client script btw (duh)

1 Like

make sure your Frame’s Size isn’t on the Offset, Its one of the main reasons for Frames not Autoscaling

UDim2.new(xAxis,xOffset,yAxis,yOffset)

It is on Scaled, I have it set on scaled so that it scales on all devices of-course.

Just saying, make sure your Frames are not on the Offset

1 Like

Autoscrolling frame?

Why would this be necessary, and this isn’t what you talk about in your post.

Oh wait I just made a script for something that already exists :skull: :skull: Change the AutomaticCanvasSize on the scrolling frame to Y.

Sorry, I am not that well at english. I meant like if this textbox goes over the size i want the scrolling frame to go with it so i can see all the text in it at once