Hey everyone! I’m trying to recreate the classic chat color palette on Roblox’s new TextChatService UI!
To get that feel, I was attempting to change the transparency of the text chat window. But it seems to always be at full opacity. I’m also getting this for the chat input bar.
It is a setting that controls the BackGroundTransparency on things, because it’s CoreGUI, it’s forced to say on that setting’s transparency number. You can’t change it.
I’m pretty sure you can see the setting’s number (read only, cannot change) through GuiService!
Asking to get marked as a solution is kinda crazy, especially cause this isnt even true lol
You can just change BackgroundTransparency on the ChatWindowConfiguration, not sure why its not working for OP though. You can change it with a script too, maybe try that?