Despite setting the CameraSubject, this does not actually move the camera.
You need to change the camera’s CFrame property in order to move it.
Don’t change the CameraType, changing the subject is enough. This is because the Scriptable Cameratype can’t be controlled by the player, only by script, meaning it won’t change its CFrame until you tell it to. However, changing the subject just changes the center of rotation of the camera, so no need to set it to scriptable.
Do I need to set the cframe to the part that I want to focus
