Core.Vehicle.AddKeys(veh, plate) --## Will add keys for this vehicle for this player
Fix
Core.Vehicle.Fix(vehEntitiy) --## Simply fixes the vehicle
GetVehicleClass
local classNumber, classLabel = Core.Vehicle.GetVehicleClass(veh)--## Class Number is the GTA V class number for this vehicle--## Class Label will be a label for this class e.g "Compacts", "SUVs"