How to add announcment to chat (or any words)

How would I add words to chat from a script. For example the Pls Donate game where it shows who donated in chat BUT in the in-built system.

1 Like

Depends. Which chat system are you using, Legacy or the new one? The one you are using will affect the way that you will send the messages in chat.
image
image

2 Likes

New one, I just want a message like
“[System] You suck”

1 Like

If you wanna do color coding stuff, read into Rich Text, otherwise:

game.TextChatService.TextChannels.RBXGeneral:DisplaySystemMessage(message)

(This is meant for client usage. Connect with a remote.)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.