As a Roblox developer, it is currently too hard to design UI around Roblox’s new text chat. It eats up a ton of screen real estate on mobile. I cannot find a reliable method to see if the chat window is visible or not. This seems like a big oversight in the API, because you could easily do this with the old Lua Chat system. Either add a Visible property (don’t care if it’s readonly or not), or make AbsoluteSize change to 0,0 if the chat window isn’t visible.
If Roblox is able to address this issue, it would improve my development experience because I could design UIs that respond to the state of the chat window.
Thanks. For now, I’m just going to put my UI under the chat window on small screens.