Hello! I want to make smooth changing value of money like this
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
Hello! I want to make smooth changing value of money like this
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.
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.