Hey guys, how can I destroy individual chat bubbles?
I understand that there is option to disable bubble chat altogether, but I want to destroy the individual chat bubbles that have appeared.
Any help is appreciated, thanks!
1 Like
I don’t think this is possible, as the BubbleChat is located inside the CoreGui. You cannot access the CoreGui in a script, therefore you cannot delete the BubbleChat. An alternative would be disabling the default BubbleChat, make your own BubbleChat GUI with it’s own design (or specifically copy the bubble chat from the CoreGui while in play testing mode), and code it to work like the Roblox default BubbleChat. From there, you can reference the individual bubble chat and destroy it. Also, the default BubbleChat is client-sided.
1 Like