# Settings

### Open Menu

The command to open the menu is located at the very beginning of the **shared > config.lua** file.

### Gems system ( Coins )

The script has its own gem (coin) system that the player receives for being online. The number of points a player receives for being online can be configured in:\
For **every hour online**, the player receives the configured amount.

`shared > config.lua > PointPerInterval = 1, -- POINTS AND GEMS RECEIVE FOR ONLINE`

<figure><img src="https://3165241027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9c0Pe86hIb7L19e6P9Dk%2Fuploads%2FtDZizQW5BzmpwN5wSy0j%2Fimage.png?alt=media&#x26;token=7f96991f-dfe3-4e86-88c8-309c99db5127" alt=""><figcaption></figcaption></figure>

### Roulette&#x20;

In the roulette wheel, the player has 2 options to spin: **paying or for free.**

The settings for how often the player can spin the roulette wheel for free / the amount they pay to spin for free, can be found here

`shared > config.lua > Config.Roulette`

<figure><img src="https://3165241027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9c0Pe86hIb7L19e6P9Dk%2Fuploads%2FuyLY6R4P0tlZ6TdDCrz6%2Fimage.png?alt=media&#x26;token=4af2c918-7108-4a82-9c5f-d1bfb96f7b25" alt=""><figcaption></figcaption></figure>

### Ranking&#x20;

In the ranking, you can configure the number of days after which it will be automatically reset. It shows the time each player has spent online the most and rewards the top 3, and you configure their rewards in `shared > config.lua > Config.Ranking`&#x20;

<figure><img src="https://3165241027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9c0Pe86hIb7L19e6P9Dk%2Fuploads%2FXynf3aullSynIMhhlHh0%2Fimage.png?alt=media&#x26;token=6dd4abef-5fa9-40e5-ba93-907887a18fe3" alt=""><figcaption></figcaption></figure>

You configure the type of prize, choosing between: money, vehicle, or item.

Any other type of configuration can be found within the script itself, in the **ADMIN PANEL section.**

If you have any questions, please open a ticket on our [Discord server.](https://discord.gg/f5WX6fqcKw)
