Is there a way to detect if enter pressed on multiline TextBox on a plugin?
I suppose just wait for the enter key being pressed via UserInputService and then check if the textbox is focused.
Ahh, using UIS and not Textbox.FocusLost right?
I think user input surface would be better, however you would need to make sure that the user is currently focusing on the box which can be done quite easily
Yeah, will try that, since using FocusLost doesn’t detect enterPressed on multiline textbox