function Update(){ transform.position = Vector3.MoveTowards(transform.position, targ.transform.position, .03); }