I’ve starting playing around with Text animations - So far, I’m capable of creating the basic type-writer. However, I’m trying to simulate a method close to “Rogue Lineage” - As you can see, the text is shown to bounce in a way.
Roughly looking for ideas on how to begin this if anyone can help?
I wanna say he’s using a custom text system where it creates strings letter-by-letter on screen, and by doing that he’s able to animate each letter individually.
That or a TextLabel. It wouldn’t be possible to add new letters to the same TextBox, as the bounce animation is applied only to the current letter; one at a time.