> For the complete documentation index, see [llms.txt](https://docs.r5reloaded.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r5reloaded.com/scripting/custom_tdm/how-to-auto-give-weapons-abilities-to-players.md).

# How to auto-give weapons/abilities to players

Add the following to your playlist file under the `custom_tdm` **playlist:**

```
respawn_kit_enabled                   1
respawn_kit_primary_weapon           "name_of_the_weapon_here name_of_attachment1 name_of_attachment2 ..."
respawn_kit_secondary_weapon         "name_of_the_weapon_here name_of_attachment1 name_of_attachment2 ..."
respawn_kit_tactical                 "name_of_ability_here"
respawn_kit_ultimate                 "name_of_ability_here"
```
