# PlayerScripts

PlayerScripts : `Instance`

## Overview

PlayerScripts are client-only containers that are automatically created when a player joins the game. They are located under the Player instance within the Players service and serve as the location for running client-side scripts

When a player joins the game, all LocalScripts in StarterPlayerScripts under the StarterPlayer service are copied into PlayerScripts once and only once.

The LocalScripts inside this container run on the client associated with that player, and the server cannot access this container directly. Therefore, server-side scripts placed here will not run.

## Properties

## Methods

## Events


---

# 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.overdare.com/development/api-reference/classes/playerscripts.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.
