# Features

**Redesigned UI**

* Our UI has been fully rewritten from the ground up while maintaining the same aesthetic. It’s now cleaner, more customizable, and packed with new features.

**Custom Animations**

* Includes 3 unique sitting animations for multicharacter characters.
* Advanced animation system now supports prop attachments, giving you more flexibility in character actions.

**Animated Intro Camera**

* The multicharacter intro is now fully animated.
* Customizable camera coordinates and transition times let you create the perfect entry sequence.

**Advanced Automatic Camera System**

* Set animation data and coordinates to control how characters appear on screen.
* Automatic camera system handles movement and positioning.
* Manual camera control is also available for custom setups.

**More Character Information**

* Character slots are now expandable to show:
  * Play time
  * Job
  * Cash & Bank balance
  * Phone number & Citizen ID (easily copyable with the new copy button)

**Character Management Buttons**

* Edit and Delete buttons available on the UI.
* Both buttons can be disabled via the configuration file.
* Customize the edit button to control what players can edit.
* Use commands to manage temporary permissions:
  * /tempedit \<identifier> \[duration\_seconds]
  * /revoketempedit \<identifier>

**Redesigned Character Form**

* Customize name length limits and banned words.
* Define genders, countries, age ranges, and personas.
* Personas are stored in the database for your custom scripts or future scripts.

**Custom Loading Screen**

* Default black loading screen replaced with a custom dancing logo.
* Options:
  * SVG logo → smooth fill animation
  * PNG logo → zoom effect
  * Loading Text → expanding loading text

**UI Customization**

* Change colors and character slot shapes:
  * Shapes: "round", "smooth", "sharp"
  * Aspects: "wide", "uniform"

**Smooth Wake-Up Animation**

* Enjoy a smooth wake-up animation after selecting your character, while entering the server.

**Customizable Character Slots**

* Set the number of character slots on screen.
* Manage unlocked slots per player with commands:
  * /setslots \<identifier> \[amount]
  * /removeslots \<identifier>
* Enable or disable access to specific slots:
  * /disablecharacter \<identifier> \[slot]
  * /enablecharacter \<identifier> \[slot]

**Locked Character Models**

* Custom peds are used for locked/empty slots.

**Hide Button**

* Use the UI hide button for clean screenshots.

**Fully Translatable**

* All script labels are fully translatable, making localization easy.

**Full Support**

* This script is **fully compatible** with **QBCore, Qbox, and ESX**, ensuring smooth integration across all major frameworks.


---

# 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://ayccoes-assets.gitbook.io/ayccoes-assets/features.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.
