# Systems

{% hint style="danger" %}
WARNING: Do not share your API key with anyone, doing this will give them access to rank people in your group.
{% endhint %}

{% hint style="info" %}
The products are still in development and are subject to change frequently.
{% endhint %}

## API key

At the moment you have to be a premium customer to get an API key, you can do this by messaging Jacob.#0001 or jess after donating 5 euros / 1000 Robux or more. (one-time payment)

## Usage

⚠ IT IS VERY IMPORTANT IT STAYS IN `ServiceScriptService` or your key will be stolen.  ⚠\
Create a new script in `ServiceScriptService` and put the following code on top:

```lua
local VibezService = require(10352069452)
local funcs = VibezService("YOURKEYHERE") --//YOUR KEY
```

## Implementation

Everything works with modules which you can enable/disable separately, as shown in the example below:

```lua
funcs:EnableCommands("YOURPREFIXHERE") --//YOUR PREFIX I.E "!" or ":"
```

{% hint style="info" %}

## Thank you

I would like to thank Tom (LearnCSharp) / Tom!#2769 for making the Roblox system.\
All credits go to him.
{% endhint %}
