Easy Chat Customization in 1 Model!
Hello, forum! This is my first resource. I decided to combine all your chat customization needs into 1 model, in 1 place! And guess what, you don’t need to fork the chat. Simple and easy!
This contains 2 scripts: A local script and a server script. Everything is commented and all settings are set to their defaults.
Local Script: (ClientChatScript)
This script controls the Chat Window and Bubble Chat customization. Every setting is set to default, and commented with its description, data type, and default value. This should be dragged into ReplicatedFirst.
Server Script: (ServerChatScript)
This script will set the chat tags that you have set on the server side. This doesn’t need to be touched. Drag this into ServerScriptService.
Local Script: (ClientChatScript)
This script will set the properties that you have set on the client side. This doesn’t need to be touched. This should be dragged into ReplicatedFirst.
Module Script: (ChatSettings)
This is what you will be editing. This contains all of the settings. Just drag this into ReplicatedStorage. This controls the chat window, bubble chat, and chat tags, and has instructions easily commented!
Setup
Setup is SUPER simple and easy! Just take the model:
Drag the ClientChatScript into ReplicatedFirst, the ServerChatScript into ServerScriptService, the ChatSettings module into ReplicatedStorage, and start customizing!
And here’s an uncopylocked place demo to show how to set it up:
This is my first resource, so let me know if anything is incorrect or broken! Thanks!