I want to include an image in a TextLabel with RichText enabled, since it accepts other stuff like and , but I wasn’t sure if I was just writing it wrong or if it’s just not supported.
Oh, what is the best way to put images between strings then?
It might have a Unicode character that you can search for on Google using ‘[image name] Unicode’.
Otherwise, you’ll have to unfortunately put ImageLabels in between the TextLabel to my knowledge.
I see, what would be the best way to do this via script? i.e assign a string to be replaced by a certain image, search the label’s text for this string, and replace it with an empty space the size of the image while adding a new imagelabel in the correct position?