I have the camera's coordinateframe set to a part's position. I want the player to be able to move the camera, zoom in and zoom out, and like move it as you could normally. How can I do this? I've tried to do many things but it doesn't work. Here is the codeblock
Camera.CameraSubject = CameraPart Camera.CoordinateFrame = CameraPart.CFrame
This is all that changes the property of the camera. When I do this, the camera moves to the part, but I can't move it. How can I fix this?
I just tested this:
Camera.CameraSubject = CameraPart Camera.Focus = CameraPart.CFrame
Should work