#Linear interpolation help? [Solved]
1 messages · Page 1 of 1 (latest)
Could you be more clear?
I want a number object lets say i = 0 to go to 5
but it should work similarly to tween service where it doesn't just jump to 5
basically I want to tween one number.
but tween service is limited to properties
I guess float point precision is random? How does tween service work lol. Do they just round to the goal number?
Probably
is there a better way to do this than spamming task.wait()?