Sorry if my original post is unclear. I'm not trying to register new commands. I'm trying to listen for when the client sends a command (similar to ClientChatEvent but with commands) and cancel that.
Hi! Is there a way to stop the sending of commands before they reach the server (so completely on the client-side)? I've done a bit of research and most resources I found state that ClientChatEvent should be used. But for me that only fires for regular chat messages and not for commands. Any help is appreciated!