Over the shoulder camera

I want to have a simple OTS camera system, currently I am using Over-The-Shoulder Camera System however it is very buggy and I wish to just manipulate the default roblox camera.

The best solution is to write your own OTS camera system. I am not aware of a way to manipulate the default roblox camera in a way that would create and OTS camera system.

Definitely has something to do with MouseDelta and the CameraOffset, but I’m still not sure on how to do it.

I still recommend writing your own as you have much more control over it.

That’s what I’m saying, but I don’t know where to start.

You could isolate the shoulder camera script(s) from a weapon belonging to this kit.

Well, first I would set the camera to scriptable and weld it to your head. Next, I would detect mouse movement simply by measuring the distance moved on the screen, and I would move the camera and character accordingly.

Here are some resources:

There are also many videos about it on YouTube.