I’m trying to use Richtext Markup in text chat message however it is not working, is the formatting wrong or is it not supported?
local _hexCouleur = couleur and _tohex(Color)
if couleur then
compileMessage = [[<font color="#]].._hexCouleur..[[">]]
end
compileMessage ..= Message .."</font>"