Turning on/off chat window in UI

one thing I’ve notices in a lot of my code, when I make ui the chat window always gets in the way, but I don’t want to get rid of the chat for obvious reasons. Is there a way to simply disable the window automatically pulling up when hovering your mouse over the area?

1 Like

As far as I’m aware there isn’t an in-built feature to do this. You could make your own chat system/GUI and add this functionality.