-
What do you want to achieve?
To interpolate between the regular Roblox camera and a scripted, over the shoulder camera that is constantly moving. -
What is the issue?
I’m not quite sure how to approach this problem. -
What solutions have you tried so far?
I successfully got a system working that used an entirely scripted camera, as in when the tool was equipped all camera movement was based on my own code, but this caused jumpiness when the tool was equipped and unequipped.
I’m just looking for some advice on how this problem could be solved. I’ve thought about trying to just interpolate the camera object’s position, but because it’s constantly updating I think I need to have an external variable that is interpolated.
Any thoughts would be much appreciated