I am working on a knife system, and to spoof it up a bit, I’ve added a first person arms for players who prefer first to third person gameplay. Currently it follows the knife animations, though it is static in that it sticks with the camera. Which is fine on its own, but I would like to go one step further to make it prettier.
So, my goal is to have smooth, fluid motion in the arms whenever the player turns his or her camera to the left or the right.
The game KAT has a good demonstration of what I am aiming for:
I have tried using TweenService and linear interpolation (though may have been incorrectly, I’m not sure). Each method I have tried results in sorta what I want, but it’s not smooth. It is very choppy and visibly hard to watch.
If you have any suggestions or have any tips on ways to achieve this, I would be very grateful. Thank you.
- Galactiq