Animating text with TweenService

Hello! I want to make smooth changing value of money like this
2022-05-01 21-32-38

Somebody said that I should use TweenService so I watched tons of tutorials but I couldn’t understand anything.
I will be very grateful for any help

You’re not obligated to utilize TweenService to animate text. I’ve found two resources that might be useful.

How do you make shaky text?
Animating Text

You want to use an Int Value for this.
Basically connect the value changed to set the text in the text label to the value, and tween the int value’s value to the new number.