Hi ... I'm trying to determine both the jbeam name and the config_key on the players "default" vehicle. I already get these values this way ... local currentJbeam = vehicle.jbeam local vehicleDetails = core_vehicles.getVehicleDetails(vid) local pcName = vehicleDetails.current.config_key This works, but not for the default vehicle. For example if current (not default) vehicle was the MD60 Flatbed, then jbeam/config values would ... "md_series" and "md_60_flatbed". But for default vehicle the config_name shows as "default".