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

camera zooms in when its subject is changed?

Asked by 4 years ago

until recently, if I set the camera up like this:

local cam = workspace.CurrentCamera
    cam.CameraType = "Follow"
    cam.CameraSubject = Part

I forgot exactly which cameratype it was but when I changed it the camera would go through parts.

today I needed this behavior but when I changed the cameratype I noticed that all the camera types zoomed in and no longer went through parts. is there a way to change this back or filter what the camera can be blocked by?

Answer this question