Animating objects deals not only with controlling the motion of the object, but controlling its lack of motion also. Constraints are a type of animation controller that you can use to restrict the motion of an object. Using these constraints, you can force objects to stay attached to another object or follow a path. The lookat constraint won't move an object, but it rotates the object so it is always orientated towards the target object.