local vehicle = GetVehiclePedIsIn(PlayerPedId(), false)
if IsVehicleAConvertible(vehicle, false) then
print("The vehicle is a convertible with an animatable roof.")
else
print("The vehicle is not a convertible or does not have an animatable roof.")
end