This is for WehicleScript.js error at ‘controlsEnabled’
function Start () {
Player = GameObject.FindWithTag("Player");
mainCamera = GameObject.FindWithTag("MainCamera");
weaponCamera = GameObject.FindWithTag("WeaponCamera");
vehicleCam.camera.enabled = false;
vehicle.GetComponent(VehicleControllScript).controlsEnabled = false;
vehicleCam.GetComponent(AudioListener).enabled = false;
}