I was using Quick Open to hop to my in-game changelog. However, I noticed that the text was blown out of proportion and appeared to be from my changelog. We allow rich text so we don’t need to make a bunch of TextLabels. This got me thinking and I tried this sample:
local str = "<font size=24>irregular text</font>"
local str2 = "regular text"
Expected behavior
Quick Open should ignore the rich text and show the result as if there was no rich text tags