# 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: 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://docs.ninjutsugames.com/game-creator-2/photon-module-2/photon-shooter/getting-started.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.
