Animations/Interpolations/Lerp in Placement System

I don’t know if I can post a question with details, so if I posted the question in the wrong spot, please tell me… But here is my question:

In a placement system, we have objects and for much better/smooth movement, we use interpolation or lerp, right? After reading tunicus’s script, I was mesmerized by the way the objects moved when you move a mouse. I know that it includes complex math and angles to do it, but I was wondering if there was a easier way, or maybe some resources to help me? Tween is an option, but it doesn’t work on models. Specifically, I am looking for elastic type animation or bicubic interpolation.

Thanks!

You can still access the easing functions from TweenService with :GetValue. Give it an alpha and it will return another one.


You can then perhaps try putting it in a loop and “interpolate” the model that way with the returned alpha used in :Lerp