How I can remove or edit /help command on chat?

on chat ‘/help’ or ‘/?’ When you type, you receive messages
I don’t want it or I want change it

image

1 Like

You would have to fork the chat module.

I found how I can change

image
I just need copy ChatModules on Playing, than stop game and paste folder to Chat
than open ChatCommandsTeller Module, change code or delete that module

and done!

but one problem:
if roblox updates ChatModules, will we have to change it every update?

edit →
ChatModules folder have InsertDefaultModules bool value
image

So, InsertDefaultModules(Value = true) and Just do like that: (and if you want add new command)
image
NewModule is for if you want add new command, you don’t need that if you want just delete help command
ChatCommandsTeller module’s code: (for delete ‘/?’ ‘/help’ command)

local module = {}

return module

and done!
image

1 Like

Yes

I wrote the solution for it, in the message I edited