I don't understand how to make a custom chat, like, Murder Mystery's chat. Can someone help me get an understanding of how to make it so one free chatter can use the "/" key to start typing, but yet have the chat in a different style/look?
Set the CoreGuiEnabled for the Chat log off.
Make a Gui with textlabels for each message that can be shown at once.
Make another textlabel to the left of each message for the name of the player
Use Chatted events to update it each time the player chats something
Look at Pseudo Chat It basically gives you the code.