Can someone tell me how to print a message in chat, like... [iiDxpeLyfe] - Hello [SERVER] - Welcome to blah blah blah. Thanks - iiDxpeLyfe
I've answered this before, but it's ChatMakeSystemMessage
.
game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ Text = "[Server]: Welcome" })
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?