RichText TextBox

Is there a way to keep rich text format when clicking on text box?

Umm, that text format never changed. It repositioned itself a bit due to the difference in the size of the message.

Look at the video, what I mean is when I focus on the textbox.

We must have different definitions of “text format”. Are you talking about losing the link?

Ah, well you can see from my video, what I mean is when we “unfocus” or focus lost, we can see the rich text result, but when we focused, we see the raw text like <b>ABC</b>, how to keep looking at the rich text (after formatting) even when we focused on the textbox like “ABC”.

I’m sorry, I understand you now. Haven’t tried this myself so … I did look around a bit found this not sure if that will help. Looks like Rich Text has limits on Roblox. Other platforms have libs for this, so they all must have some problems with this. I took out my lib extension in Unity that coves Rich Text and it reacts just like what’s happening to you.

Anyways… looks like you’ll have to come up with a workaround. Maybe display a fake snapshot that reacts as if you click the link. Or fake that label like that example is doing.

you COULD remove all etc stuff on .focused and add it back when .focuslost, but this would make it all plain text while its focused.

otherwise im pretty sure theres no way around it