Allow clearing chat bubbles

As a Roblox developer, creating a system to replay a user’s chat messages with the bubble chat system is very hard to accomplish. There is currently no way to clear chat bubbles from a target part/character, so we have to resort to forcing 3 separate, hidden chat bubbles through the pipeline to get the rest to clear. This is hacky and doesn’t achieve the desired result. The bubbles fade out and shift up instead of disappearing immediately. We are currently forced to recreate the bubble chat system to implement a very easy feature.

If Roblox can address this, it will allow us to dedicate more time to our experiences instead of recreating and forking existing code.

15 Likes