How do I put a constraint on the camera without setting Camera.CameraType to Attach?

I want to connect something to the camera with constraints, but I can’t figure out how to. I don’t want to set Camera.CameraType to Attach.

I’ve tried creating an attachment with the camera as its parent. I’ve tried setting Constraint.Attachment1 to the camera.

Just use RenderStepped. If you have a part, every frame just set the part’s cframe to the camera’s cframe.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.