Is it possible to color RichText underlines?

The title is pretty self-explanatory. Is it possible to color RichText underlines without changing the color of the text itself (more specifically an orange-ish yellow)?

I don’t want this:
image
image

Rather, this (made in paint net):
image

Tried searching in the docs, nothing.

I’m not sure if this is possible. You can try this:

<font color="rgb(255,255,0)"><u><font color="rgb(0,0,0)">NOT be reversed</font></u></font>

Thanks for the answer! Unfortunately, this just changes the color of the text.
I’m assuming there is no possible way to do this with richtext as of now (wink wink roblox), so I’ll just mark this as the solution due to you saying that this may not be possible.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.