# Chat Commands

{% content-ref url="chat-commands" %}
[chat-commands](https://docs.codesign.pro/paid-scripts/garage/developer-api/chat-commands)
{% endcontent-ref %}

{% content-ref url="events" %}
[events](https://docs.codesign.pro/paid-scripts/garage/developer-api/events)
{% endcontent-ref %}

{% content-ref url="exports" %}
[exports](https://docs.codesign.pro/paid-scripts/garage/developer-api/exports)
{% endcontent-ref %}

{% content-ref url="keys" %}
[keys](https://docs.codesign.pro/paid-scripts/garage/developer-api/keys)
{% endcontent-ref %}

{% content-ref url="items" %}
[items](https://docs.codesign.pro/paid-scripts/garage/developer-api/items)
{% endcontent-ref %}

***

{% hint style="info" %}

#### **Note**

These chat commands can be renamed or disabled in the **`Keys and Commands`** section of the `[configs/config.lua]`.
{% endhint %}

***

## **Player Commands**

### **/checkmiles**

Check the mileage of the vehicle you are in.

```bash
/checkmiles
```

***

### **/garagespace**

Players with defined jobs can sell garage slots to other players.

```bash
/garagespace [serverid]
```

***

### **/garagespacecheck**

Check how many garage spaces you have.

```bash
/garagespacecheck
```

***

### **/givekey**

Give temporary keys (keys delete after server restart) to the closest player for the closest vehicle.

```bash
/givekey [serverid]
```

***

### **/keys**

Open the UI to manage keys.

```bash
/keys
```

***

### **/impound**

Impound system to impound a vehicle.

```bash
/impound
```

***

### **/lockpick**

Start lockpicking the closest vehicle.

```bash
/lockpick
```

***

### **/privategarage**

Players with defined jobs can create and sell private garages to players.

```bash
/privategarage [serverid]
```

***

### **/removefakeplate**

Remove a fake plate from the closest vehicle.

```bash
/removefakeplate
```

***

### **/removekey**

Open the keys UI to remove keys you have given out to other players.

```bash
/removekey
```

***

### **/transfervehicle**

Transfer system to transfer a vehicle to another player.

```bash
/transfervehicle [serverid]
```

***

### **/vehlock**

Toggle vehicle lock.

```bash
/vehlock
```

***

##

## **Staff Commands**

### **/vehicle-add**

(Staff only) Add the vehicle you are currently sat inside to a player's garage.

```bash
/vehicle-add [serverid]
```

***

### **/vehicle-delete**

(Staff only) Delete the vehicle you are currently sat inside from the database.

```bash
/vehicle-delete
```

***

### **/vehicle-keys**

(Staff only) Give yourself keys to the vehicle you are currently sat inside.

```bash
/vehicle-keys
```

***

### **/vehicle-plate**

(Staff only) Change the plate of the vehicle you are currently sat inside.

```bash
/vehicle-plate [newPlate]
```
