> For the complete documentation index, see [llms.txt](https://docs.ninjutsugames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ninjutsugames.com/game-creator-2/photon-module-2/photon-shooter/getting-started.md).

# Getting Started

## Overview

Most of the magic happens automatically by simply attaching the ShooterNetwork, in some cases like equipping a weapon can simply be done by using an RPC component.

## Considerations

When using sights and you need to change camera FOV we don't want this to be run by remote players so always check if **Self** (the player who executed) is Mine

When using Aims that requies Camera instead of using Main Camera alway choose Photon > Player Camera to avoid Remote Player aim direction to point to the local player camera direction.

<div align="left"><figure><img src="/files/CdCRfKCQ6LvTMJ07C5JM" alt="" width="375"><figcaption></figcaption></figure></div>

In some cases in ShooterWeapon you will have to use Self or Target instead of Player, like in projectile section the Character Target needs to be picked from who is executing the action in this case Self if you pick player remote players who fire to the local player target instead.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ninjutsugames.com/game-creator-2/photon-module-2/photon-shooter/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
