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

# CR Fireworks

<figure><img src="/files/nck6g6vYw4hwnLTpVwAP" alt=""><figcaption><p>CR FIREWORKS WITH COLORS</p></figcaption></figure>

***

## Purchase

#### <https://codebyrave.tebex.io/package/7130836>

## Showcase

#### <https://www.youtube.com/watch?v=jtGpO75bzss>

***

## Features

{% stepper %}
{% step %}

### ✨ **Key Features**

Color picker for dynamically adjusting firework colors (can be enabled/disabled via config).

Preset color profiles for each firework item when the color picker is disabled.

Large variety of firework shows, including:

* 🇺🇸 **USA Patterns:** Eagle Blast, Freedom Burst, Liberty Shower, etc.
* 🏮 **Asian Patterns:** Lantern Bloom, Cherry Blossom, Golden Willow, etc.
* 🇷🇺 **Russian Patterns:** Comet, Brocade Crown, Peony Spray, etc.

Animations for placing and activating fireworks.

Optimized structure with separate client, server, and shared files.

Escrow-compatible, with a fully unlocked configuration file for easy customization.

{% endstep %}

{% step %}

### ⚙️ **Configuration**

All settings can be managed in **shared/config.lua**, including:

* Framework selection
* Color settings
* Animation parameters
* Menu labels (adjust language)
* Lists of firework patterns (including label, category, and number of shots)
  {% endstep %}
  {% endstepper %}

***


---

# 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, and the optional `goal` query parameter:

```
GET https://codebyrave.gitbook.io/docs/resources/cr-fireworks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
