# Set Scale

## Overview

![The Set Scale Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-aaaf19b7e1436ec4ddf58298423874f8e814bd64%2Fsetscaleupdatedimage.png?alt=media)

**Set Scale** sets the value of a given **Object's** `Scale` **Attribute**.

[**Scope**](https://docs.incari.com/incari-studio/2022.1/overview#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Set Scale Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-727f8c1ed07378230ee84c02ad04e273211ecae8%2Fnode-set-scale-attr.png?alt=media)

| Attribute | Type         | Description                                                                                                          |
| --------- | ------------ | -------------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The ID of the **Object**, whose `Scale` you would like to set, if one is not provided in the `Object ID` **Socket**. |
| `Scale`   | **Vector3**  | The desired `Scale` value of the **Object**, if one is not provided in the `Scale` **Socket**.                       |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the **Object** whose `Scale` you would like to set.         |
| `Scale`           | **Vector3**  | The desired `Scale` value of the **Object**.                          |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**Get Scale**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/object/get-scale)

## External Links

* [*Scaling (geometry)*](https://en.wikipedia.org/wiki/Scaling_\(geometry\)) on Wikipedia.
