Any workarounds for detecting input in DockWidgetPluginGuis? [SOLVED]

i’m working on a chat plugin based on discord, and using textboxes to send messages

unfortunately for me, theres seemingly no way to detect input inside dockwidgetpluginguis

this is a huge problem, since i need to detect if the player presses enter in a textbox inside a plugin widget, but since i can’t detect the input outside of the viewport theres no way to send the message

so, are there any workarounds or hacks or anything i could do to solve this? i’m 100% sure theres a way, since the wispy plugin did it

it took me 4 days to realize that it works if i do it in the main plugin serverscript, i’m so dumb lol

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.