# Moods / Walk styles

Expressions and Walk Styles are saved via client side KVP and will be reapplied to the players character when exiting vehicles or reentering the server.

{% hint style="warning" %}
This only applies if Persistent expression and Persistent Walk is set to  <mark style="color:green;">true</mark>.&#x20;
{% endhint %}

***

### Enabling Facial Expressions Menu

By default the Facial Expressions Menu is **Enabled**, to disable it set <mark style="color:green;">`true`</mark>

{% code title="config.lua" %}

```lua
ExpressionsEnabled = true,
```

{% endcode %}

to <mark style="color:red;">`false`</mark> in `config.lua`

{% hint style="info" %}
Persistent Expression is set to <mark style="color:green;">true</mark> by default in config.lua.&#x20;
{% endhint %}

***

### Enabling Walking Styles Menu

By default the Walking Styles Menu is **Enabled**, to disable it set <mark style="color:green;">`true`</mark>

{% code title="config.lua" %}

```lua
WalkingStylesEnabled = true,
```

{% endcode %}

to <mark style="color:red;">`false`</mark> in `config.lua`

{% hint style="info" %}
Persistent Walk is set to <mark style="color:green;">true</mark> by default in config.lua.&#x20;
{% endhint %}

{% hint style="warning" %}
If expressions and walk styles are not reloaded when reentering the server try the following:&#x20;

• Make sure you named the resource correctly, it should be named rpemotes-reborn.&#x20;

• Make sure there are no other conflicting scripts that manipulate the moods or walk styles of GTA 5.&#x20;
{% endhint %}

***

### Extras

To change the delay that reapplies the persistent walk styles, the value can be changed in `config.lua`

{% code title="config.lua" %}

```lua
PersistencePollPeriod = 60000,
```

{% endcode %}

{% hint style="info" %}
For reference 1000 is equal to 1 second. By default the value is set to 60000 which is equal to 60 seconds.
{% endhint %}

***

| Command             | Action                                      |
| ------------------- | ------------------------------------------- |
| /walks              | Show list of walk styles in the chat        |
| /walk \[style]      | Set your desired walk style                 |
| /moods              | Shows a list of moods / expressions in chat |
| /mood \[expression] | Set your desired mood / expression          |

***

## Examples of some Walk Styles provided by rpemotes-reborn:&#x20;

<div align="center" data-full-width="true"><figure><img src="https://1129454017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdObeBabUWQIqWLqFDRgW%2Fuploads%2FtL60CIKNkYWUXEAwW5x2%2FTough_Male_walk.gif?alt=media&#x26;token=af777db7-253a-49aa-b8b4-a3b1f058bf33" alt="" width="563"><figcaption><p>Tough Guy Walk Style</p></figcaption></figure></div>

<div align="center"><figure><img src="https://1129454017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdObeBabUWQIqWLqFDRgW%2Fuploads%2Fpw0ORacUcGbLskc5CTHe%2FTough_Female_walk.gif?alt=media&#x26;token=9cff065b-6079-4bd4-ab19-b9b541c64663" alt="" width="437"><figcaption><p>Tough Female Walk Style</p></figcaption></figure></div>

<figure><img src="https://1129454017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdObeBabUWQIqWLqFDRgW%2Fuploads%2FyFqvnAm1JyQVfltd7Qsc%2FFemale_walk.gif?alt=media&#x26;token=66ad35c7-5ec1-4c8a-8430-1418e7438c7d" alt="" width="461"><figcaption><p>Female Walk Style</p></figcaption></figure>

<figure><img src="https://1129454017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdObeBabUWQIqWLqFDRgW%2Fuploads%2F8jOS767sMNyZU2WVT0qe%2FGangster_Male_walk.gif?alt=media&#x26;token=90bba16e-c4f0-4da7-af44-7aab807d32b4" alt="" width="545"><figcaption><p>Gangster Male Walk Style</p></figcaption></figure>

***
