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

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

You would have to fork the chat module.
I found how I can change

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

So, InsertDefaultModules(Value = true) and Just do like that: (and if you want add new command)

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!

Yes
I wrote the solution for it, in the message I edited
How do you do this now? Since the chat got completely overhauled.
Just create your own chat system
Is there no other way? Or do i really have to rework the entire chat system for a help command change.
Since you can’t view/edit chat scripts, I’d say yes.
You can also use Resources > Community Resources if you don’t want to create a chat from scratch.