Is there anyway to mix these two together? Or does anyone know the script for the "Attach" cameratype?
workspace.CurrentCamera.CameraType = "Attach" workspace.CurrentCamera.CameraType = "Scriptable"
Well, you can't have two camera types, however you can set the camera at a certain position when it's CameraType = "Scriptable"
And do other things with it as well.