TextChatService bubble doesn't disappear after adornee is reparented

I’m making an 8-ball-esque tool. I display its chat using TextChatService:DisplayBubble function. When unequipped the tool is reparented and made invisible but the bubble still displays.

I have tried looking through the TextChatService documentation only to find nothing that can help me as theres seemingly no way to remove a bubble. I have also attempted to change the tool grip and display part position but that does not change the bubble position.

How can I get rid of the bubble when the tool is unequipped?

i dont think theres a way of getting rid of chat bubbles because theyre parented to coregui which you cant access, the only way of fixing this i can think of is everytime the tool is unequipped you destroy the part that displays the chat bubble and create a new clone of it

1 Like

Yeah, that’s what I was thinking but I was looking for a cleaner method.

1 Like

I would love to know about a solution to this as well.