Chat Customization

Hello everyone! I wanted to customize the chat window for one of the places in my game (change background color, change font etc). I went into testing mode and I copied the ClientChatModules folder and I wanted to paste it into Chat because this method has worked before, but when I looked in Explorer, Chat was gone and was replaced with “TextChatService”. I tried pasting the ClientChatModules in there but it didn’t work, and now I have no idea what to do. Can someone help me?

Screenshot 2023-08-10 150015

(Also I’m so SO sorry if I posted this in the wrong cathegory, this is my first post on this forum)

TextChatService is the new chat, to get the old chat back, set the ChatVersion property to LegacyChatService:
image

or you can customize the new chat by changing the properties of the objects inside of TextChatService

Thank you a lot, for some reason it was already set to LegacyChatService but I changed it to the new one and customized the properties instead.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.