How do I change the backgroundtransparency of the default chat?

I know changing the color of it IS possible, but how do I change the transparency?

Fork the chat gui. Makes it pretty easy.

The “background” is called ChatChannelParentFrame

Consider checking out methods.CreateGuiObjects of Chat.ChatScript.ChatBar and methods.FadeInBackground of Chat.ChatScript.ChatWindow

self.AnimParams.Background_TargetTransparency = Custom_Transparency

1 Like

I’ve done that but will the scripts for the chat work still?

Yeah they work fine. No issues on my end.

1 Like

It just overlays the chat gui that goes into the player when you play.

Actually, what do you mean by fork?
I just copied it from the player.

Create a Play session and on the client go to the “Chat” service and copy everything under it, then stop your play session, then paste it into the Chat service. Now you can edit the Chat scripts to be how you see fit.

1 Like

Is there any GUIs? Or do I have to edit the code

you edit the code of the chat modules

here is video tutorial
https://streamable.com/0csokx

1 Like

LMAO

Alright, thanks for making a little video!

@DrKittyWaffles he video isn’t working, can you repost it?