> For the complete documentation index, see [llms.txt](https://docs.thummie.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thummie.com/docs/free/model-loader.md).

# Model Loader

<details>

<summary>Load Models</summary>

exports\['Model-Loader']:RequestModelHash(*modelhash*)\
\
You can use this export in any resource to load any model.

</details>

<details>

<summary>Load Animation Dictionaries</summary>

exports\['Model-Loader']:RequestAnimDict(animationdict)\
\
You can use this export in any resource to load any animation dictionary.

</details>

<details>

<summary>Load Animation Set</summary>

exports\['Model-Loader']:RequestAnimSetEvent(animsetevent)

You can use this export in any resource to request animation set event.

</details>

<details>

<summary>Load Particle Effect</summary>

exports\['Model-Loader']:LoadParticle(particle)

You can use this export in any resource to load particles.

</details>

{% embed url="<https://github.com/Thummie/Model-Loader>" %}
