of     1   

Ben10Tam
#227351404Wednesday, November 08, 2017 9:59 PM GMT

When my text box is full, I want to be able to scroll down more and type more whilst keeping the same text size. How can I do this?
helloburp
#227351422Wednesday, November 08, 2017 9:59 PM GMT

Use the scrolling frame instance.
Ben10Tam
#227367713Thursday, November 09, 2017 8:45 AM GMT

I've tried to put my textbox at size {1, 0},{1, 0} and set it's parent to the scrolling frame but it didn't work?
mattscy
#227368577Thursday, November 09, 2017 10:19 AM GMT

if you set the size to 1,0,1,0 it will just fill the scrolling frame set the set the size to like 1,0,0,50 and see if it works then
JoshRBX
#227369515Thursday, November 09, 2017 12:08 PM GMT

to change a scrolling frame's size, you should use the CanvasSize property.

    of     1