my code for displaying system message is this (client)
local tcs = game:GetService("TextChatService")
chatEvent.OnClientEvent:Connect(function(msg)
local tc: TextChannel = tcs.TextChannels.RBXGeneral
tc:DisplaySystemMessage(msg)
end)
but it doesn’t support RichText, how can i do it?
I had a question like this: