> For the complete documentation index, see [llms.txt](https://cylexdev.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cylexdev.gitbook.io/docs/cylex-animmenuv2/installation-and-configuration.md).

# Installation & Configuration

#### Installation Instructions for **cylex\_animmenuv2** with Custom Emotes:

1. **Download the Script:**
   * Log in to [**keymaster.fivem.net**](https://keymaster.fivem.net).
   * Click on **"Granted Access"** on the left side of the page.
   * Search for **cylex\_animmenuv2**.
   * Download all the available options that appear.
2. **Extract the Files:**
   * After downloading, unzip all the **cylex\_animmenuv2** zip folders.
   * Move all the extracted  files into the **resources** folder.
3. **Update the Server Configuration:**

   * Open the **server.cfg** file located in your server files.
   * Add the following lines at the bottom of the file:

     ```lua
     start cylex_animmenuv2
     ```

   **For Custom Emotes:**

   * If you purchased **custom emotes** separately from the bundle, go to **keymaster.fivem.net**.
   * Search for **"custom emotes for cylex\_animmenuv2"**.
   * If you haven't already, download the custom emotes.
   * Create a new folder in the **resources** directory, for example, name it **\[emotes]**.
   * Unzip the downloaded custom emotes into the **\[emotes]** folder.
   * Add the following line to **server.cfg** to start the emotes resource:

     ```lua
     start [emotes]
     ```
4. **Configure the Script:**
   * Open the **cylex\_animmenuv2/config.lua** file.
   * Adjust the settings inside this configuration file according to your server preferences.
     * Here you can modify things like the menu open button, menu language, and various other settings to tailor the animation menu to your server.

By following these steps, the **cylex\_animmenuv2** script along with any custom emotes you purchased will be set up and ready to use on your server.
