Lerp ModuleScript

I’ve made a Lerp ModuleScript. I will release it soon and make a tutorial on the parameters on Youtube

Here is the script

For reference, TweenService can do this same thing. If you use the Linear EasingStyle it’ll achieve the same result. Also worth noting; please avoid OOP abuse, it’s not necessary for simple linear interpolation and you aren’t performing any actions that would make this worth turning into a class.

2 Likes