How can I edit this message?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to edit the message that shows in chat when you say ‘/help’ or ‘/?’
    image
  2. What is the issue? Include screenshots / videos if possible!
    I dont really know how to edit it…
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried to look on the devforums but I didnt find anything that would help me.

If you go into solo mode, and then copy everything that is in the chat service, and then past it into chat service in studio; you can edit this script:

1 Like

Is there a way to do this without forking the chat system? Or is this the only way to do it.

Yes, but there is an alternative;
You can use this in a local script in startergui to create your own starter message.
(Please note that this will NOT remove the original message.)

game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{Text = "message", Color = Color3.new(color)})
2 Likes