Text animation -

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?

2 Likes

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.

There really isn’t another way that I’m aware of.

2 Likes

I’m not exactly sure what Rouge Lineage does for their text since I never have played the game. Could you provide us with a gif of it?

1 Like

There is a gif? … [30 Characters]

Oh I thought that was of your game, sorry.

Do you reckon he’s inserting each letter as a new text box 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.

This might be worth checking out:
https://www.roblox.com/library/1014847041/Rich-Text-Markup

1 Like