> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/vehicles-keys/client/self-give-vehicle-plate.md).

# 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](/vehicles-keys/client/self-give-current-vehicle-plate.md)
