How to change camera focus point?

Hi,
I am trying to make custom cam system, so i made some edits to playes module, but I got problem, that i cant change point, that is camera rotated at. Can you help me?

all that that you need can be found here Camera


you can also change the Camera’s CameraType if you want to make your own movement with Camera.CFrame

Camera.CameraType = Enum.CameraType.Scriptable

and this will stop the roblox camera scripts from interfering

1 Like

But I need to have classic camera, but only change its vertical rotation axis.

I found, that in Update function, there is function from another module, that is checking it.