Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to change the default chat message?

Asked by 4 years ago

So, whenever you join a Roblox game, a message appears in your chat saying "Chat /? or /help for a list of chat commands.", but how/where would you change that?

2 answers

Log in to vote
1
Answered by
b3wz 34
4 years ago

If you test in studio, you can get all the roblox chat scripts from the chat service, then copy and paste into your game. Enter the ChatModules and go into the ChatCommandsTeller module, around line 59 you will see where you can change the default welcome message!

0
Ok, I will look. JoshGamingHQ1 43 — 4y
0
This works fine. Thanks! JoshGamingHQ1 43 — 4y
Ad
Log in to vote
0
Answered by 4 years ago

Alright so that is the default ROBLOX chat system, you can disable it by going into PlayMode and Copying all scripts inside of Chat then exiting play mode and pasting it back into chat. Then you can figure everything from there..

Answer this question