Delete chat bubble after 3 seconds?

Doing the script below allows me to make a chat bubble consisting of the message I want on top of anything

chatService:Chat(npc:FindFirstChild("Head"),message,Enum.ChatColor.Red)

However, how do I remove the chat bubble after for example 3 seconds? I can’t seem to find the chat bubble object in the workspace and I do not know how to delete it.

Thanks.

Check this article here:
The Big Bubble Chat Rework - Updates / Announcements - DevForum | Roblox

You probably want the bubble’s duration to be dependent on the length of the message.

Tysm! I wish i’d be able to only set bubble chat duration for npcs and keep the original duration for players tho