Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

How do I print a message in chat? [closed]

Asked by 8 years ago

Can someone tell me how to print a message in chat, like... [iiDxpeLyfe] - Hello [SERVER] - Welcome to blah blah blah. Thanks - iiDxpeLyfe

0
tutorial on the wiki for this, and i've seen this question 2 or three times on this site. 'tis very popular theCJarmy7 1293 — 8y

Marked as Duplicate by M39a9am3R

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?

1 answer

Log in to vote
0
Answered by
rexbit 707 Moderation Voter
8 years ago

I've answered this before, but it's ChatMakeSystemMessage.

game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
    Text = "[Server]: Welcome"
})
Ad