Ok so I know how to create a chat bubble, but I don't know How to make it go away
ChatService = game:GetService("Chat") local NPC = workspace.NPC ChatService:Chat(NPC.Head."Hello World","Blue") wait(2.5) -- I want to make the chat bubble disappear
I've seen this done in games like Pizza Place, so I know it's possible, but on the Wiki, it only shows you how to create chat bubbles. Help is appreciated
I'm a beginnner scripter so I won't be much of a help, but, you could try
wait(1) chat:Remove()