> For the complete documentation index, see [llms.txt](https://speedtutoruk.gitbook.io/door-interaction-kit-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://speedtutoruk.gitbook.io/door-interaction-kit-doc/support/door-customisation.md).

# Door Customisation

{% hint style="info" %}
This will explain the elements of the Door Interactable script so you can be better how to use and customise it
{% endhint %}

<figure><img src="/files/WOFpeqR2J0SLx0n4o668" alt=""><figcaption></figcaption></figure>

|                       |                                                                                                                                                                                                                                                                                     |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Interactable Type     | Door / Drawer (Doors can be used for chests and other door types which open on different axis)                                                                                                                                                                                      |
| Door Transform        | Add the door object that will move, as this script could be added to objects other than the door itself                                                                                                                                                                             |
| Door Opening Settings | Choose the Rotation axis, angle, speed and which was a door should open                                                                                                                                                                                                             |
| Sound Delay Settings  | Set the delays for each sound effect, in case you want them to play quicker or slower than the original sound                                                                                                                                                                       |
| Plank Settings        | <ul><li>Choose whether you want to block the door with planks or not. </li><li>Plank count (Make sure to add these to the door object yourself and see instructions for more)</li><li>The text that should appear when trying to open the door if planks are still on top</li></ul> |
| Lock Settings         | <ul><li>Choose whether the door will need a key and should be locked. </li><li>Set the text that will display for locked and unlock states</li><li>Add a door locked sound</li></ul>                                                                                                |
| Unlock Settings       | Remove key after use, add the key scriptable you will need to unlock the door and the unlock sound                                                                                                                                                                                  |
| Spawning Items        | You can spawn items within the drawer and you can check out the page on spawnings items if you wish                                                                                                                                                                                 |
