This may interest you, otherwise lerping I guess.
For my StockWatcher plugin, @Soliform suggested I add a number spinner. I liked the idea, so I created a module that would handle it neatly.
Features:
Uses proxies to automatically handle all your changes and values without you needing to ever call functions yourself
Supports all fonts, textsizes, and colors
Customizable spin speed
Customizable decimal places
Customizable prefix and suffix (default is â$â)
Support for comma placement
API:
function NumberSpinner.new()
Creates aâŚ
Neplioz
(Neplioz)
October 2, 2021, 1:31pm
#62
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.
Neplioz
(Neplioz)
October 2, 2021, 1:36pm
#64
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 = ?
Neplioz
(Neplioz)
October 2, 2021, 1:37pm
#66
I did that but when i change the temperature value the text on the screen donât animate
Neplioz
(Neplioz)
October 2, 2021, 1:37pm
#67
it only animate when i change number goal
Neplioz
(Neplioz)
October 2, 2021, 1:38pm
#68
Wait, i managed to make it work
Neplioz
(Neplioz)
October 2, 2021, 1:39pm
#69
Yes it work now thank you so much
1 Like