-- It returns a boolean (if it was successfully updated)exports['redutzu-mdt']:UpdateVehicle(plate, { image ='https://yourwebsite.com/'}) -- boolean
local success = exports['redutzu-mdt']:UpdateVehicle('ABC1234', { image ='https://yourwebsite.com/'})ifnot success thenprint('There was an error updating the vehicle')returnendprint('Vehicle updated')