on chat ‘/help’ or ‘/?’ When you type, you receive messages
I don’t want it or I want change it
1 Like
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!
1 Like
Yes
I wrote the solution for it, in the message I edited