> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/monobehaviours/projectile-script.md).

# Projectile Script

## Properties

| Name         | Description                                                                                    |
| ------------ | ---------------------------------------------------------------------------------------------- |
| Audio Source | A link to an audio source that will be used to play a sound while the projectile is in motion. |

## Dependencies

* A Collider marked as a trigger, and a Rigidbody marked as Kinematic are both required on the same GameObject in order for the projectile to detect a collission with a target.
* An Audio Source is required to play a sound while travelling toward a target.
