How to make a number goes up / down smoothly?

This may interest you, otherwise lerping I guess.

Okay, it works, but now how do i link the script with my temperature value ?

The script should remain where it is.
You have to change the ‘NumberGoal’ value through other scripts (on the Server), and the script will do it’s work.

Yes but it’s the script that create NumberGoal so i don’t know how to change the value

You’d just reference.

workspace[...][...][...].NumberGoal.Value = ?

I did that but when i change the temperature value the text on the screen don’t animate

it only animate when i change number goal

Wait, i managed to make it work

Yes it work now thank you so much

1 Like