# Factions & Heist Scoreboard

`Factions & Heist Scoreboard` is a FiveM scoreboard resource that displays online factions, a live player list, and a heist tablet with real-time cooldowns and requirements.

It is designed to give players a quick overview of active factions, online members, police presence, and available criminal activities. The scoreboard also includes 3D player ID rendering above heads, premium rank badges, and configurable faction and heist data.

With support for live cooldown exports, faction counting, premium state badges, and a Vue-powered interface, the system is modern, informative, and easy to integrate into any server setup.

### Features

* Faction overview scoreboard
* Expandable live player list
* Heist tablet with requirements and cooldowns
* 3D server ID text above player heads
* Premium rank badges
* Admin-specific player visibility
* Configurable faction list
* Configurable heist list
* Real-time cooldown support through exports

### How it works

Players can open the scoreboard by holding `Z`.

The main tab displays all configured factions and their online member counts. Clicking a faction expands its player list with additional information such as server ID, nickname, Discord ID, and ping.

The heist tab displays all configured heists along with police requirements, criminal requirements, cooldown status, and required items.

At the same time, the resource can draw 3D player IDs above nearby players, with premium badges shown when available.

### Included Pages

* Installation
* Configuration

### Requirements

Before using this resource, make sure all required dependencies are installed and started correctly.

### Notes

* The scoreboard opens by holding `Z`
* Faction data is configured manually in `data/config.lua`
* Heist cooldowns are provided through server-side exports
* Premium badges use a player state bag value


---

# 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://mskscripts.gitbook.io/mskscripts/scripts/factions-and-heist-scoreboard.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.
