Make Dummy Talk

I would like to be able to make a Dummy talk without the “?” appearing.
To explain better. I would like to make it talk like any normal player. With the bobble appearing on their head via script.
Like in the image below, it talks without the player triggering it, but via script.
image

You can use “chatservice”
Here is another forum post that some one made answering you question. How to make a NPC Talk - hope you have a good day :)!

2 Likes
game:GetService("Chat"):Chat(character.Head, "hi")
2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.