How to send multi-colored messages in Chat

Hey there!
I was wondering how to make a multi-colored message in chat (sent from server) like in this picture -
image

However, I want to achieve the result without using RichText or creating a “custom chat system.”
Help will be appreciated!

1 Like

To put it bluntly, you’d have to create a custom chat module (or fork the default chat scripts to do some fancy richtext stuff) in order to get that sort of thing.

StarterGui:SetCore(“ChatMakeSystemMessage”) is really the closest you can get using the current roblox chat. It only accepts a field for one colour, which means vanilla server messages can only be one colour.

This, however, isn’t what I wanted but is the closest thing to the image. Thanks!