Help with Camera

Hi! I’m trying to find a script that makes the camera be set to one part upon spawn. It can also change to other parts, like a CCTV camera! But I don’t know how, any formula on how to make a CCTV like camera?

You can do:

Camera.CFrame = Instance.CFrame

But before you do that, you need to set the Camera’s CameraType to Scriptable using a local script.

1 Like

No formula needed for that type of thing,
you can simply set the CameraType to Scriptable and set the CFrame of the camera every time it needs switching, as @RVCDev as said.

1 Like

Thank you so much! It worked! The script finally works now!