Hello, I wanted to make a ‘Notepad’ like feature on Roblox that will be used in my Plugins. The problem is that the Text Box doesn’t resize propertly and the scroll bars of the Scrolling Frame doesn’t work too.
Everybody knows how ‘Notepad’ like apps work - the scroll bars automatically resize based on text length:
(video no longer available)
My question is: how can I make Scrolling Frame Y scroll bar resize based on UIGridLayout.CellSize.Y.Scale?
I tried loads of Solutions, but nothing worked propertly.
Here’s the video of what I have got now (I had to convert video online so it is not too large for Devforum):
(video no longer available)
As you can see on the video, I managed to do an auto - resizing UIGridLayout. The only problem I have is this one, with making Scroll Bar work.
Here is a Baseplate, where I was doing the stuff:
(place no longer available)
And if you are not on your PC, here is the Script that I am using:
(script no longer available)
Any help would be appriecated.
Note: --[[ begins a comment that lasts for few lines and ]] ends it.