How could I make a text animation like this on a surface gui?

Whenever something is updated on a surface gui, I want the text to do a little animation to update. How could I do something like this?

1 Like

Put 2 frames on the top and bottom and set the ZIndex to 2, then put the text in between the frames, and tween or lerp the text to go down and teleport back up and move down again. Loop it for 30 times, and hide the frames and text when it’s not used anymore.