Ok so I know how to create a chat bubble, but I don't know How to make it go away
1 | ChatService = game:GetService( "Chat" ) |
2 | local NPC = workspace.NPC |
3 | ChatService:Chat(NPC.Head. "Hello World" , "Blue" ) |
4 | wait( 2.5 ) |
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()