How do I set the chat window to always be visible?

Chat window fades out when inactive and doesn’t even become visible when system message is sent to the player using SetCore. How do I just have the chat window always be visible completely faded in and stay that way?

Roblox allows developers access to their own chat system for modification. You can do this by playing in studio and copying the chat scripts from “Chat” in the explorer, and pasting them back into “Chat”. From this point, you are free to modify the scripts to your heart’s content (so long as you leave chat filtering alone).

Back to your question, though: After following the steps above to obtain the scripts for the Chat, navigate to Chat>ChatScript>ChatMain, and comment line 417.

2 Likes