How to send a bubble chat that doesnt appear in chat (without disabling chat box)

is there a way to make a player send a bubble chat without appearing in the chat box so that only the players around him can see what he said but without disabling the chat box?

1 Like

Create your own billboard and give the player a way to type what they want to say. Then fill the billboard with whatever they type.

2 Likes

You can do it by using ‘Chat’ service (not to be confused with the new TextChatService) on an instance/part.

simply do:

game:GetService('Chat'):Chat(part,message)

this is most commonly used to make humanoid NPCs have text bubble dialogue.

2 Likes

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