Speaking NPC- Bubble chat!

Hi guys, I’m trying to make a speaking NPC, what I mean is that the NPC has a bubble chat and I can do a simple command that can make the NPC speak. Something like this:
My NPC name is Bob and I do simple command :speak bob Hiii, then it shows a bubble chat above the NPC. I have been trying to find something like this for a while now!
I haven’t find many thing of how to do it. The only thing I know is that I can do it for an account, but Idk how to do it to NPC. I really glad if you could help me.
Thank you!

2 Likes
local NPCHead= -- Path to NPCs head model
local ChatBox=game:GetService("Chat")
ChatBox:Chat(NPCHead, "Hello, My Name Is Bob", Enum.ChatColor.Red)
5 Likes