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.
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!