# Rocket Launcher Testing

## **1. Place in Level**

* Drag your **Weapon Blueprint** into the level
* Drag your **Rocket Blueprint** into the level

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

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

***

## **2. Basic Interaction Test**

Check core interactions:

* **Grab Rocket** → Works correctly
* **Hand Grip** → Proper alignment
* **Trigger Press** → Animation + firing
* **Insert into Rocket Launcher** → Attaches smoothly

***

## **Common Fixes**

### **Rocket not attaching**

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

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

### **Incorrect inserting**&#x20;

* Check Round Load Path Spline
* Adjust spline path/rotation as needed
* Setup Rocket Inseting / Loading Spline **→** [Rocket Launcher Spline Setup](/advanced-vr-template/add-your-own-rocket-launcher/interactive-blocks.md)

***

#### **Result**

If everything works → your **Rocket Launcher setup is complete**


---

# 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-rocket-launcher/integrations-4.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.
