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.
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
oh with the old chat i think it might have been in playergui before sorry about the misinformation
i never even tried it i was just trying to see if it was possible
You would probably have to make your own bubble chat script. You could also fork the CoreScripts responsible for the bubble chat, since the source code for them is in the Studio files. But you would have to change a lot of things so it wouldn’t error from invalid permissions.