When new player joins i would like the game chat to them like this.
http://prntscr.com/9vbrfx
That is called ChatMakeSystemMessage
, it creates it's own personal message in the chat.
game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ Text = "Matter maketh man"; Color = Color3.new(0,0,0); Font = Enum.Font.SourceSansBold; FontSize = Enum.FontSize.Size24; })