Dialog without choices

Hi! I’m trying to make some kind of simulation games for me, and I wan’t to make NPCs talk by themselves without using Dialog, how do I make that?

For example, if you don’t understand what I’m asking - most of Roblox community knows “Roblox NPCs are becoming smart” game, and Carl is starting to talk firstly when you spawn in game, how do I make a NPC speak like him? without needing to talk to the NPC first so he automatically talks

1 Like

Chat.Chat:
Chat | Roblox Creator Documentation

…wait, don’t use that anymore. The function now is DisplayBubble

BUT you do need to do it locally, which is how it should be. Sadly, we don’t have those color options anymore, but you can always customize the bubbles yourself.

1 Like

hm cool ill try to make a script out of something and the script must be in LocalScript or server sided script?

Either one works. A local script is generally better though.

thanksssssssssssssssssssssssssss

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