So, I added Rich Text Support for the Default Roblox Chat, by adding a line in the :CreateBaseMessage
function (Specifically BaseMessage.RichText = true
) in the Util Module Script in the MessageCreatorModules in the ClientChatModules Folder.
There’s a slight issue though:
When I test it in the Chat, it works fine:
But the Chat Bubble appears as this:
Is there any way I could make the rich text correspond to the chat bubble?
Here’s an example of what I want to happen:
When I type Hello <font color="#FF0000">World!</font>
in Chat, I want this to happen in the chat bubble too:
but I get this instead:
I have no idea how to do this, so if anyone could help me find a way to make the rich text in chat correspond the same way in the chat bubble, that would be hugely appreciated