How would you achieve this effect: https://gyazo.com/b34401d506035f928957db6e2b44a22b
Seems like all letters are being tweened separately.
How would you achieve this effect: https://gyazo.com/b34401d506035f928957db6e2b44a22b
Seems like all letters are being tweened separately.
Well, there either a plugin that can do that or you have to do it manually unfortunately.
I’m fairly sure this is achieved by manually making each letter a TextLabel
, and using some funny string method to find the pixel length of each character. Alternatively, you could just use the TextBounds
to find the length of each letter. Then, you could just for
loop through each character and tween it to your likings
Each letter is separately generated into its own TextLabel. Then the TextLabel is tweened. The spacing is generated through TextService.