# Configuration Files

### 1. config.lua

**I**. Remember to set an object that is not on the prop blacklist and there will be no automatic removal and banning of the player.

```lua
Config.WhitelistedObject = "prop_amb_beer_bottle"
```

**II**. If you want to completely disable the virtual ped on which you can check a previously run animation set **true**.

```lua
Config.FullyDisableVirtualPed = false
```

**III**. If you want the player to be able to trigger an animation on his character with a command here you can set this command name.

```lua
Config.AnimCommand = "e"
```

{% hint style="warning" %}
Note that changing the command here will also require a change in **animations.lua** of each SubTitle.
{% endhint %}

**IV**. You can change the duration of the animation without looping, this time is also taken when starting the animation on the virtual ped, be sure not to set it to more than 10000 because only after 10 seconds, any prop from the animation on the virtual ped will be removed, but rest assured these objects are rendered only in the player client.

```lua
Config.NotLoopedAnimTime = 4500
```


---

# 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.vames-store.com/assets/vms_anims/configuration-files.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.
