Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make the camera stop tilting?

Asked by 8 years ago

Here's how I made it stop going left and right:

local cam = workspace.CurrentCamera
cam.CameraType = "Attach"

But I also need to to stop going up and down.

Answer this question