> For the complete documentation index, see [llms.txt](https://sourcescripts.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://sourcescripts.gitbook.io/docs/resources/source-pause-menu.md).

# Source Pause Menu

## 🚀 Overview

**Source Pause Menu** is a high-performance, modern replacement for the standard FiveM pause menu. Built with **React** and optimized Lua, it provides a seamless user experience with interactive character animations and a comprehensive Scene Editor.

#### ⚡ Key Features

* **Optimized Performance:**
  * **Idle:** \~0.01ms
  * **Active:** \~0.01ms
  * **Scene Editor:** \~0.03ms
* **Framework Agnostic:** Automatically detects **ESX**, **QBCore**, or works in **Standalone** mode without manual configuration.
* **Scene Editor:** A built-in editor that allows you to customize the camera angle, position, zoom, and character animation in real-time.
* **Interactive Animations:** Your character performs context-aware animations (using a tablet, checking a map, taking notes) while the menu is open.
* **Modern UI:** A clean, responsive interface powered by React and Framer Motion, featuring smooth transitions and customizable themes.

#### 📊 Technical Specs

| Feature                   | Description                           |
| ------------------------- | ------------------------------------- |
| **Codebase**              | React (NUI) + Lua (Client/Server)     |
| **Resmon (Idle)**         | \~0.01ms                              |
| **Resmon (Scene Editor)** | \~0.03ms                              |
| **Frameworks**            | ESX, QBCore, Standalone (Auto-detect) |
| **Locales**               | English (Configurable)                |

<figure><img src="/files/6zQGTMEHz3tqVGVDLsZb" alt=""><figcaption></figcaption></figure>

<h3 align="center"><a href="https://source.tebex.io/package/7289703" class="button primary" data-icon="basket-shopping">Click To Buy</a> <a href="https://discord.gg/source" class="button secondary" data-icon="discord">Join for Support</a></h3>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://sourcescripts.gitbook.io/docs/resources/source-pause-menu.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.
