Is there anyway to mix these two together? Or does anyone know the script for the "Attach" cameratype?
1 | workspace.CurrentCamera.CameraType = "Attach" |
2 | 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.