TextBox Multiline Broken

How do I stop the player from being able to drop a line in a text box? Turning off multiline isn’t working.

I don’t know if it’s a scripting problem or if it is in fact the textbox

1 Like

Fixed it! Using string.gsub(String, "[\n\r]", "") I can just remove the line break