How to add bubblechat to npcs?

I’ve recently been wanting to add dialogue to my npcs, and realized that the dialogue always has the weird colored bubble at the side. I wanted to get rid of that to make it feel more like an actual player.

Example of what I’m talking about: https://www.youtube.com/watch?v=HNH28Siot48

Notice how the walky talky looks like it’s a player talking, and not the dialogue thingy.

(Sorry if I have worded thing badly or made it hard to understand, I’m not the best at writing.)

Thanks in advance :slight_smile:

2 Likes

You could use the dialog thing

But dialogue has the weird color thing on the side, making look like an npc instead of a player.

I’m asking how to add bubblechat to npcs without using dialogue

1 Like

Try using the new BubbleChat.

Ignore my statement above.
Try using this code:

game:GetService("Chat"):Chat(putCharacterhere, dialoghere, Enum.ChatColor.White)
3 Likes