Roblox TextChatService Customized

How to make this new textchatservice but customized version?
image

1 Like

Nobody replied to you my man but imma tell you just in case.
In the explorer in TextChatService if you open it it will show a couple customizable settings such as ChatWindowConfiguration, ChatInputBarConfiguration, ChannelTabsConfiguration and BubbleChatConfiguration, in the Properties Tab you can modify the properties of the Chat.

If you want to modify it in a local script:

Set TextChatService.OnIncomingMessage() or TextChannel.OnIncomingMessage() callbacks to return a TextChatMessageProperties object. You can use the properties object to override parts of the message object and customize it using RichText tags.