NPC chat message script?

Hey, Y’all!

Naturally, I’m working on my game, and naturally, I’ve hit a roadblock. I’d like a dummy/NPC to blurt out a chat message when a player comes within 15 studs of it, but I know little to nothing about scripting, so this isn’t exactly my forte…

Side note, I’d like it to be “client sided” (I think that’s the term???) So it only shows up to the person that triggered it by getting close to the dummy.

Appreciate it!

You can use the :DisplayBubble() method in TextChatService to have a message pop up on someone’s head :slightly_smiling_face:

Hope this helps!

1 Like

I’ll try this out, thank you very much!