Well, is there a way to format parts of a string
just like the HTML codes
for example if I want a part of some specific string bigger in size I would do that
local anyString = “[biggerSize]blablabla[/biggerSize]\n Blablalala”
I am kind of sure it isn’t available right now
but is there a way of doing this ? without creating 2 texts display objects ?