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

How to remove Player Zoom while using Camera CFrame?

Asked by
Anubizx 76
6 years ago

Hello, i'm using a Camera CFrame to set Camera Position but players can rotate it and zoom out and i want remove it, any suggestions?

cam.CameraSubject = game.Workspace.CameraPosition
cam.CameraType = "Fixed"
cam.CFrame = CFrame.new(19074.178, 5.822, -2213.138)
cam.Focus = CFrame.new(19060.852, 7.057, -2207.978)

1 answer

Log in to vote
0
Answered by 6 years ago
cam.CameraType = Enum.CameraType.Scriptable
Ad

Answer this question