I am wondering if I can change the behaviour of /whisper <display_name> to /whisper
For example if my DisplayName is “Mage” people will whisper me via /whisper Mage
I want it to use my roblox name instead since our playerlist +chat only displays name. I have checked the API and looked around and there is nothing that supports this behaviour to my knowledge
I am not sure if this is possible on the new TextChatService but it is possible on the old Chat one, you can locate follow the instructions on the legacy chat system document to recreate it. After doing that locate the ChatSettings module and set module.WhisperByDisplayName to false. Keep in mind that the legacy chat system is deprecated.