# RD Keyfob

{% embed url="<https://www.youtube.com/watch?v=HFBoqZtVgaU>" %}

## Step 1 - Items

Add the following to qb-core/shared/items.lua

```lua
['keyfob'] 			 			 = {['name'] = 'keyfob', 						['label'] = 'Key Fob', 		            ['weight'] = 500, 		['type'] = 'item', 		['image'] = 'keyfob_img.png', 			['unique'] = true, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Key for your car'},
```

## Step 2 - Item images

Add the images in RD\_Keyfobs/Itemimages to where you inventory system keeps all item images. For qb-inventory this would be at qb-inventory/html/images.
