Deleting an existing chat bubble

I’ve been looking for a way to delete or hide an already existing chat bubble, but I can’t seem to find a way to do it, so is it not possible? Ex: Hiding a player’s chat bubbles when they go invisible.

Just in case there may be any misunderstandings, I do not mean forking chat requests or disabling the chat bubbles, what I mean is manually clearing the chat bubble gui that appears on top of a character’s head after they chat before it expires naturally.

2 Likes

Maybe try checking on this post.

Also. just make a variable.

local invisible = true

if invisible then
    --do your stuff
end
1 Like

Either roblox has updated since then or I’m doing something wrong, but the BubbleChat ScreenGui has nothing to do with the bubble chats. I’ve tried deleting it and looking for BillboardGuis under it, but nothing has happened to the bubble chats nor have BillboardGuis been appearing under it

1 Like

Hey, did you find a way to do this?

1 Like