# ‌📋 rcore\_whiteboard

**Whiteboard script for FiveM**

* 📦 Buy here <https://store.rcore.cz/package/5753910>

## Common Issues & Solutions

{% hint style="danger" %}
this script **REQUIRES** artifact version **4752** or **newer**
{% endhint %}

### Version check

{% hint style="info" %}
Before submitting a support ticket or using anything in the documentation, always make sure that you have the **newest update** from your keymaster.
{% endhint %}

## Installation

1. Download the resource from the keymaster page.
2. Copy \[rcore\_whiteboard] folder and put it in resources folder of your server
3. Go to your server.cfg and add `ensure [rcore_whiteboard]`
4. Add to bottom of server.cfg permission part (script need this permission to use properly ACE permission)

```lua
add_ace resource.rcore_whiteboard command.add_ace allow
add_ace resource.rcore_whiteboard command.add_principal allow
add_ace resource.rcore_whiteboard command.remove_ace allow
add_ace resource.rcore_whiteboard command.remove_principal allow
```

5. Go to rcore\_whiteboard/config.lua find Config.TargetSystem and set it to fit system that fits your server

```lua
--Targets.QB_TARGET
--Targets.OX_TARGET
--Targets.STANDALONE
Config.TargetSystem = Targets.STANDALONE
```

6. Go to rcore\_whiteboard/config.lua and find Config.Framework and set it to fit framework that fits your server

* Standalone version does not have job and grade restriction available (you can edit it for your use in rcore\_whiteboard/server/lib/permission.lua)

```lua
--Frameworks.QBCORE
--Frameworks.ESX
--Frameworks.STANDALONE
Config.Framework = Frameworks.STANDALONE
```


---

# 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://documentation.rcore.cz/paid-resources/rcore_whiteboard.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.
