> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/manual/studio-manual/object/model.md).

# Model

## Overview <a href="#overview" id="overview"></a>

A Model is an object that groups multiple objects together so they can be **affected by physics collectively** and controlled as a single unit. This allows individual objects to be treated as one entity or for specific actions to be applied simultaneously.

## Properties <a href="#properties" id="properties"></a>

### Primary Part <a href="#primary-part" id="primary-part"></a>

This property sets the Part that will act as the center of the Model. For Character Models, the PrimaryPart is the HumanoidRootPart.

### Transform <a href="#transform" id="transform"></a>

* Origin
  * Position: Defines the world coordinates of the Model.
  * Orientation: Sets the rotation direction of the Model.

When the PrimaryPart is not set, the Origin is arbitrary. When the PrimaryPart is set, the Origin is based on the PrimaryPart.

## Grouping Objects into a Model <a href="#grouping-objects-into-a-model" id="grouping-objects-into-a-model"></a>

To group objects, select the objects you want to group, right-click, and click **Group As a Model** (or press Ctrl + G).

![Group As a Model.png](/files/2eqTZtDWbHy2rqYYyW3d)

When objects are grouped into a Model, clicking on a **Part within the Model** in the Viewport will select the entire Model instead of the individual Part. To select only the Part, **hold the Alt key** while clicking. To select multiple Parts within the Model, hold **Alt + Ctrl** while clicking.


---

# 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.overdare.com/manual/studio-manual/object/model.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.
