# Testing the Silencer

## **1. Place in Level**

* Drag your **Silencer Blueprint** into the level

<div align="left"><figure><img src="/files/sN46z7Cqcd5VHjXId6cT" alt=""><figcaption></figcaption></figure></div>

***

## **2. Basic Interaction Test**

* **Grab Silencer** → Works correctly
* **Hand Placement** → Proper alignment + animation
* **Attach to Weapon** → Snaps correctly to muzzle

<div><figure><img src="/files/QIAVn7mDRyoFIo09EW2N" alt="" width="219"><figcaption></figcaption></figure> <figure><img src="/files/KUinm0ZZj6hlzimwpH8x" alt="" width="251"><figcaption></figcaption></figure></div>

***

## **Common Fixes**

**Silencer not attaching**

* Ensure it is assigned in:\
  **Weapon → Class Defaults → Attachable Silencer**

<div align="left"><figure><img src="/files/CYvBrtsQGFzrpfh9igcY" alt="" width="446"><figcaption></figcaption></figure></div>

***

**Wrong Rotation / Position after attaching**

* Check **Socket\_Silencer\_Attach** on weapon mesh
* Adjust **location & rotation** in Socket Manager

<div align="left"><figure><img src="/files/kq8fnDDvTur2Oe88Vepo" alt="" width="563"><figcaption></figcaption></figure></div>

***

#### **Result**

* Silencer attaches correctly
* Proper positioning at muzzle
* Fully functional attachment system


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://voxel-vision.gitbook.io/advanced-vr-template/add-your-own-silencer/testing-the-silencer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
