# Npc Creator

***

You can open it only in Club with the command in Config.NpcCreatorCommand. You can start using

<figure><img src="/files/R9HR20tkifMTmtpIC5kF" alt=""><figcaption><p>Npc creation controls</p></figcaption></figure>

### Create

After positioning the ped correctly, you can access the creation screen by pressing ‘E’

{% hint style="warning" %}
Keys cannot be changed for the time being (Version 1.0.0)
{% endhint %}

<figure><img src="/files/qDY2QtfJdiWxazu19h17" alt=""><figcaption><p>Information about the ped</p></figcaption></figure>

* <mark style="background-color:yellow;">Name</mark>: You can name it according to the area you are positioning or according to your request. This naming is for selection in the management menu.
* <mark style="background-color:yellow;">Model</mark>: You can choose one of the [Fivem peds](https://docs.fivem.net/docs/game-references/ped-models/) and put it on. Including animals. I advise you to stay away from models starting with "**cs\_"**. They can cause client-side crashes
* <mark style="background-color:yellow;">Animation, Directory</mark>: Animation and directory information to be used. The animation usually appears as a short, clean name. There are usually characters such as @ and \_ in the directory, there are times when it does not.
* <mark style="background-color:yellow;">Checkbox - "Should be animated"</mark>:It is the check whether the ped will apply the animation or not.

***

### NPC Management Menu

The peds with the names you give will appear here. After clicking, the same dialogue as above will open again and you can make arrangements.

{% hint style="warning" %}
The position of a previously created ped cannot be changed. It must be deleted and recreated.
{% endhint %}

<figure><img src="/files/Zb7tXH4eajd3XPYXJT3q" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.0resmon.org/0resmon/wais-resoucres/wais-club/npc-creator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
