Is there a way to make the chat transparent like this?
Thanks!
Is there a way to make the chat transparent like this?
Thanks!
Hi @Skreexlz look at this post.
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.
Here you will see some scripts.
Between the lines 191-194 in ChannelsBar
script,
And also between the lines 617-624 in ChatWindow
script,
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.