Here's an example; http://prntscr.com/an3d90
As of recently, I've been seeing a lot of automated messages appearing in the chat. For example, admin scripts sometimes display "This game is using blah blah blah" in the chat when you first join a game.
I'm simply looking for a method, or I'm wondering if anybody could link me to a wiki page if there is one regarding this.
In short yes, now here is how.
-- Place in StarterGui. function onPlayerAdded(player) game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ Text = ("[SERVER]: Welcome."); -- Message Color = Color3.new(255,255,255); -- Color in RBA Font = Enum.Font.SourceSansBold; -- Font Type FontSize = Enum.FontSize.Size18; -- Font Size }) end
Good luck.