MechanicalHand's Chat - Custom chat system

MechanicalHand’s Chat beta v0.5
Try it out | Module

MechanicalHand’s Chat is a custom chat system that looks like the 2014 chat. It uses the default ROBLOX chat events so it works with admin systems and other players that don’t have the custom chat can receive messages sent by this chat system. The main advantage of this system is that you can toggle the chat through scripts which used to be possible with the default system, but isn’t anymore without disabling the chat. You just call module:ToggleChat(true or false)

Screenshot of chat:

Code to enable the chat:

--ServerScript
require(8579941548)
--LocalScript
require(game.ReplicatedStorage:WaitForChild("CustomChat"))

Model containing the code:

4 Likes

I changed the title of this post to describe the resource better. It’s a custom chat system, it is technically in a ModuleScript but “module” makes it sound like an add on for the default chat.

2 Likes

I can’t test it, but from the screen shot, looks nice!

Good Job, Keep up the good work! :slight_smile:

1 Like