Hi, I am using the below code to draw an icon on a door. It works fine but there is a weird offset issue. Is there a fix for this or just a manual offset work-around? Maybe I could get position between Door_2_trigger and Door_2? See pictures below. // for quick testing drawIcon3D [MISSION_ROOT + "client\visual\unlocked.paa", [1, 1, 1, 1], [((warehouse modelToWorld (warehouse selectionPosition "Door_2_trigger")) select 0), ((warehouse modelToWorld (warehouse selectionPosition "Door_2_trigger")) select 1), ((warehouse modelToWorld (warehouse selectionPosition "Door_2_trigger")) select 2)], 1, 1, 0, "", 1, 0, "PuristaMedium"]; Door_2 Door_2_trigger