How to play animation on 3d model in AR world effects

https://www.youtube.com/watch?v=J7QE0TYEL6g&t=32s

So i am placing a 3d model in AR world , it is visible when i publish my project. but i want to apply some animation on 3d model and play it when someone opens the project link. i only saw it paid versions but i want to know if there is any way to play it in free mode.

You can absolutely play animations on your models! To do it without code, simply select your entity and choose the animation clip to play from the inspector. Alternatively, if you prefer a code-based approach, you can use ecs.GltfModel.mutate within a custom component.