Hello! Can you please tell me if there is an option after a certain speed mark to make a decrease in the speed multiplier? Audi A4 has a scale divider from 0 to 100 kmh - 20 kmh, after 100 kmh - 40 kmh Spoiler: Code Code: "props": [ ["func" , "mesh" , "idRef:", "idX:", "idY:" , "baseRotation" , "rotation" , "translation" , "min", "max", "offset", "multiplier"], //needles ["wheelspeed", "A4B9_AE_needle_speedo", "f1l","f1r","f6l", {"x":-80, "y":0, "z":180}, {"x":0, "y":0, "z":-1} , {"x":0, "y":0, "z":0}, 0, 280, -140, 5], ["rpm", "A4B9_AE_needle_tacho", "f1l","f1r","f6l", {"x":-80, "y":0, "z":180}, {"x":0, "y":0, "z":-0.0315} , {"x":0, "y":0, "z":0}, 0, 8000, -4000, 1], ], Spoiler: Image Spoiler: Video