# Server Side

{% hint style="warning" %}
If you're looking for Other Data then listed Here and in Client-Side Exports - Feel free to contact us on our [Discord Server](https://discord.gg/otherplanet)!
{% endhint %}

## setSlots <a href="#getorganisationslist" id="getorganisationslist"></a>

***

Allows setting a specific number of slots for a selected player. Works only when the Discord Ranks option is disabled.

```lua
exports['op-multicharacter']:setSlots(identifier, amount, byWho)
```

## isPlayerInsideMulticharacter

***

Check if player is inside Multicharacter. Returns `false/true`

```lua
exports['op-multicharacter']:isPlayerInsideMulticharacter(playerId)
```
