[IMPORTANT] How do I make the chat background transparent?

Is there a way to make the chat transparent like this?
2

Thanks!

2 Likes

Hi @Skreexlz look at this post.

1 Like

Yes, there is a way. Even tho this could be a duplicate, here is it:

game.StarterGui:SetCore(Enum.Chat.Transparency, 1)

Should work @Skreexlz.

DISCLAIMER: This may be outdated due to chat changes made a while ago.

3 Likes

ChatSettings

Here you will see some scripts.

Between the lines 191-194 in ChannelsBar script,

And also between the lines 617-624 in ChatWindow script,

2 Likes

Forking the chat randomly is extremly bad. It’s can break it, imagine later one if the variable transparency isn’t 0.6 then it’s break? The game developer that maken on what shown in the screenshot probably used another method.

1 Like