While logged in, you can view the following histories from their related sections:
How Do I Delete the Messages in My Inbox? At this time, System Messages from Roblox can be deleted, but regular messages from other players cannot. If you would like to clear messages out to have a clean inbox, we do have the Archive action.
You can use both the Roblox Friend Removal Button Extension and the AutoClicker to remove all accounts from your friends list in record time. Using Console Programming Some users have removed ...
You can find the complete API documentation on the developer hub:
When a message is created it isnt stored somewhere magical in the roblox universe, its actually ‘hidden’ right under your nose in the playergui : D, I forget the exact reference but look into the chat guis until you find the text label representing your message then just destroy that : D
The canonical way to stop a chat from processing is registering a server-side command module that returns true to prevent the message from being processed further. Command modules are the first processes ran on a chat so if you want to stop it preemptively. ShouldDeliver is also a viable solution but since it’s not documented it can be difficult to actually find.
If I remember correctly you cannot destroy a chat message using an external script, the only way you can do this is a chat module.
You could make it a bindablefunction so it can be called from a external script. True true but still requires you to modify the chat. So that means there’s no way to delete a chat message without modifying it. Yes, since unless you modify it, the chat GUI is parented to game.CoreGui.