Is it possible to change the main chat window color without copying scripts from the game and changing them there?
1 Like
Yes you can HD Admin try. Then type ;chatColor.
No, I don’t want to use admin commands. Thanks for the help.
Yes, indeed it is. Do you refer to chat bubbles or the classic chat?
Classic chat. (3chs) l
I’ve seen a lot of groups do it, but I am honestly unsure of it not being related to core scripts.
Have never been working on it before, would try seeking for a possible solution.
For now, I’d suggest taking a look on this article, it might help.
Yeah, you can probably do it only by copying the scripts and changing them.
You want players’ colors to be the same, right?
I mean I want to change the color of this window
You can do this pretty easily but you have to fork one module - the ChatSettings
one.
- Click Play
- Copy the
ChatSettings
module located under Chat → ClientChatModules → ChatSettings - Click Stop
- Create a folder under Chat called
ClientChatModules
and pasteChatSettings
there - Change the line that says
module.BackGroundColor = Color3.new(0, 0, 0)
to the color you desire, ex.1, 0, 0
for red
End result should look like this:
2 Likes