How to remove camera's cframe

Basically the title lol but, i tried this
workspace.Camera.CFrame = nil

2 Likes

You can’t just remove it. Why are you trying to do this? What would you expect to happen if the camera cframe was removed? If you want the camera to be in the origin, you can write workspace.Camera.CFrame = CFrame.new().

I don’t think you can remove a CFrame, it is basically the position of the camera. You should find other alternatives to solve your problem other than removing the CFrame. If you could send us your problem then we could help you out.