there’s this one popular game that just came out a few weeks ago called Block Tales
this is what i want to make (i don’t need to know how to make the old lines go up as the new line create)
as you can see here, some specific texts are shaking some are not, some with color
And no, i don’t want to use that one richtext module, i want to make my own (with your help ofc)
so uh yea.
Custom font, sepperate text boxes (in some cases for each letter) and tweening
That’s extremely unnecessary and a terrible way to accomplish this.
All you need to do is set richtext to true and use HTML tags. I don’t know what you mean by “that one rich text module”. If you mean just the tags are in a module script you can just look up the ones supported by Roblox and then put them in a module but I don’t know what exactly you mean.
1 Like
what I’m referring to was this one called Defaultio’s Rich Text Markup
This solution would be fine if OP only wanted to change the colors of the text, but in order to achieve effects where each individual character is moving/tweening you would need to use a seperate textlabel for each character.