slowly rotate clone gameobject

how to apply smooth rotate to clone gameobject? thanks

Use either Vector3.Lerp on the transform.forward or use Quaternion.Slerp on the transform.rotation.