As a Roblox developer, it is currently too hard to separate individual chat bubbles’ visual properties based on its content. While we can edit all chat bubbles together, being able to edit only one is not possible.
Use Case
In our roleplay game, we wish to change the appearance of chat bubbles based on whether or not they are an action. For example:
Implementation
We would appreciate if this functionality could be built into the Chat:Chat() function as it would allow for us to easily customize the individual messages on the server (where the messages are sent from), or some similar way for sake of ease.
Notes
While we might be able to create our own chat bubble system, components deeply integrated with the roblox version such as the voice chat microphone icon aren’t possible to implement, meaning it will always be a worse experience to the player.
If Roblox is able to address this issue, it would improve my development experience because the only way for us to add this functionality ourselves is by creating an entirely custom BubbleChat system, since the current one is hidden behind CoreGui. Thank you.