I made my own text effects “engine”, what do you think?
It includes a plethora of readymade effects (all shown off in the video), as well as automatic text wrapping, and optional per-letter pauses.
The system uses a html-like system for effects. So, for example, <tcr> </tcr>
turns the text it contains red, and <rf> </rf>
makes each letter have a random font.
What it doesn’t have is text filtering, as it runs on a local script, so I will unfortunately not be releasing it, at least not without resolving that issue. also the code is a mess lol