How should I create a custom chat system?

So today I decided its time I make a custom chat, now I was wondering how I can do this, more in specific, like commands for instance, I would defiantly like to have commands, but what about the default commands, cause I’d like to have those still work, that along with whispering to people, and team chat, overall just wondering how to go about this, I looked at some tutorials but they didnt really go into this

First off, switch your game to legacychatservice and then copy all the files that are in “Chat”, then end the playtest and paste them into the service in studio.

Then you can modify the UI, and the code.

2 Likes

oooohh cool. Now that I have this stuff, where would I put it in order to use it? Other than that I should be good to go

Inside the chat service you took it from, then you can modify it!

1 Like