Look At
This expression will make the object rotate so that it always looks at the target layer.
Target = thisComp.layer("Target"); delta = thisLayer.toComp([0,0]) - Target.toComp([0,0]); radiansToDegrees(Math.atan2(delta[1],delta[0]))+value
Recommended Posts