Is there a way to position a character in a word in a gui?

Is there a way I can position a character in a word like this:
screenshot
or did the creator just use like 10 different text labels

There is no way you can do this without making 10 different text labels, but you can easily make them with Instance.new("TextLabel") so you don’t have to make them manually.

2 Likes