# Network Items

**Network items** are pickup-able objects that are allowed to re-spawn after someone pick it up. These items re-spawn on the same place it was before.

If you don't want an item to re-spawn, set **Seconds Before Respawn** to 0.

This component it's extended from Game Creator's trigger so you are able to select how do you want this item to be picked up.

{% hint style="info" %}
Network item **actions** are only executed for the **Local Player**
{% endhint %}

![(Example of a Network item that gives score change time scale for the local player only)](/files/-LGb5TympR69U6V_JULi)

{% hint style="warning" %}
A re-spawning item should stick to a fixed position. It should not be observed at all (in any **PhotonView**). It can only be consumed and can't be dropped somewhere else (cause that would double the item)
{% endhint %}


---

# 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-1/photon-network/network-items.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.
