> For the complete documentation index, see [llms.txt](https://docs.fullscreen.no/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullscreen.no/info/game-creator-2-assets/herobridge/instructions/cycle-part.md).

# Cycle Part

The **Cycle Part** instruction allows you to cycle through parts of a specific category on a Sidekick Character,  moving to the **Next**, **Previous**, or a **Random** part.\
If the character currently has no part equipped in that category, it automatically starts with the first available part from the catalog cache.

#### Inside the Instruction

**Sidekick Character**\
The character whose parts you want to cycle.

**Type**\
Select the category of the part you want to cycle through.\
There are **38 categories** available, such as:

* Head
* Hair
* Torso
* Hips
* Attachments
* …and more.

**Direction**\
Choose the cycling direction:

* **Next** - Cycles forward through the available parts.
* **Previous** - Cycles backward through the available parts.
* **Random** - Selects a random part from the available options.

**Filter by Pack**\
By default set to **Any**.\
Allows you to limit the cycling to parts from a specific **Sidekick Modular Character Pack** (e.g., only cycle through parts in the “Human Base” pack).

**Include None**\
When enabled, if the character is currently wearing the **last part** in the catalog, cycling **Next** will remove the part (set it to none).\
Cycling **Next** again will equip the **first** part in the catalog cache.

***

#### Example Use Case

You can create a **character customizer** where players can cycle through hairstyles or outfits.\
For example, add a **UI Button** that runs the **Cycle Part (Next)** instruction whenever it’s clicked.\
Each press of the button will move to the next available hair style, letting players easily preview different looks before confirming their choice.

<figure><img src="/files/uG4bNtOYEoYEHFAnirRL" alt="" width="375"><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.fullscreen.no/info/game-creator-2-assets/herobridge/instructions/cycle-part.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.
