I have found that recently (I am not sure when but at some point today) the internal cameras on my vehicle have stopped working. I have tried looking at the covets cameras and noticed that the cameras section has changed a bit in recent updates and modified my vehicle to match, but I still cannot get the internal camera to work. The console shows the camera as being detected: This is the code for the vehicle cameras (chase and orbit work fine): Code: "cameraChase":{ "distance":4.9, "distanceMin":2, "defaultRotation":{"x":0,"y":-16,"z":0}, "offset":{"x":0.4, "y":0, "z":0.8}, "fov":65, }, "cameraExternal":{ "distance":6.0, //How far away the default camera position should be "distanceMin":2, //How close can it get before it can't go any further "offset":{"x":0.4, "y":0, "z":0.4}, //Camera offset, X = Left/right, Y = Forward/backwards, Z = Height "fov":65, //Field of view }, "camerasInternal":[ ["type", "x", "y", "z", "fov", "id1:", "id2:", "id3:", "id4:", "id5:", "id6:"], {"nodeWeight":6}, {"selfCollision":false}, {"collision":false}, {"beamSpring":100000,"beamDamp":500}, //head cam ["dash",0.35, 0, 1.35, 55, "nr38","nl47","nl37","nr51","nr39","nl36"] ], Thanks for any help
["dash",0.35, 0, 1.35, 55, "nr38","nl47","nl37","nr51","nr39","nl36"] Add a second of these and it should work.