How to make a "softer" tween?

First off, nice name.

I don’t think using tweens would be the best route to recoil implementation. Most of the time springs or lerping(careful with lerping fps) is used for this type of stuff. I found a few threads that go over the implementation and math that hopefully you’ll find helpful.

Recoil Example (lerping)
Gun framework (springs)
Camera recoil (springs)

6 Likes