# First Person Shooter Style

## How to create a FPS Game?

To create this style of controller, you can make a simple or advanced setup on the character and follow the steps below:&#x20;

1 - You need a character with the torso separated from the arms, you need to check the "Shadows Only" option in the Skinned Mesh Renderer of these parts of the character's body

<div align="left"><figure><img src="/files/wwMr4SZ642TmdMIsbxCE" alt=""><figcaption></figcaption></figure></div>

2 - After doing the character setup you should configure the JU Character Controller like this:

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

3 - Add the FPS Camera prefab to the scene, adjust the camera position settings and you have a working FPS Controller

<figure><img src="/files/G2QT4LirrbDxdi0x6iKM" 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://julhiecio.gitbook.io/ju-tps-documentation/game-development/game-styles/first-person-shooter-style.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.
