I want to know if it’s possible to make my textbox expand it’s Y size depending on if the text fits into the textbox’s current Y size and how without using TextScaled.
There is no reason to expand the text box, unless you actually want to see the textbox expand, because the text will jump the barrier if it’s too big anyway.
Even with a mulitlined enabled textbox?
No, not with multi-lined, but I wouldn’t expect it to be on if you didn’t want it multi lined…
That’s the thing, I have multilined enabled.
Well, why do you need it on? I don’t think there is a reason to have it on if you are going to constantly resize the box to fit the text…
I want multilined enabled so I can use multiple lines?
Oh I thought you wanted to resize it to make it single lined…
Sorry, I don’t know of a way to do this
You can use Automatic Sizing | Roblox Creator Documentation property or TextService | Roblox Creator Documentation also you can enable TextBox | Roblox Creator Documentation property to make sure the text doesn’t slip out.