Making a chat message only display to yourself

Using the default chat system is it possible to display a chat message that you sent only to yourself and no one else? If so how is it done? I have done a quick search around the dev forum about this issue but I have only found topics about not displaying the chat message at all.

The specific use case that I am going to use this for is in a simple admin commands system. I was thinking wouldn’t it be better to only display the command to the user that sent the command rather than to everyone.

Thank you in advanced.

I think by default, commands with “/” in front don’t get sent to everyone, only yourself; and it is still able to be detected by the chatted connection. This is just a built-in feature Roblox implemented for commands like “/dance 3” etc. Not sure if this was removed so get back to me if it has. Good luck! :stuck_out_tongue:

4 Likes

It worked, I never thought it would as I always assumed players could see your message if it wasn’t a command. Thanks for the simple solution :slight_smile:

1 Like

It does not work. Is there any other way to do it now?

Text box GUI element, that will send remote event.