# Self give vehicle plate

You can use this event to self give a vehicle plate, for example in the events where your framework spawns a vehicle with /car command

## Event

```lua
TriggerServerEvent("vehicles_keys:selfGiveVehicleKeys", plate)
```

### Note

If you want an easier way to give yourself the keys of the vehicle you are currently driving, check [this page](https://documentation.jaksam-scripts.com/vehicles-keys/client/self-give-current-vehicle-plate)
