> For the complete documentation index, see [llms.txt](https://anything-world.gitbook.io/anything-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anything-world.gitbook.io/anything-world/unity/documentation/anythingworld-api/requestparameter/addscripts.md).

# AddScripts

**Declarations**

```csharp
public static RequestParameterOption AddScripts(params Type[] scriptTypes)
```

```csharp
public static RequestParameterOption AddScripts(params MonoBehaviour[] monobehaviours)
```

**Parameters**

| scriptTypes    | Types of scripts to be added to object. (must be derived from MonoBehaviour) |
| -------------- | ---------------------------------------------------------------------------- |
| monobehaviours | MonoBehaviour scripts to be added to object.                                 |

#### Description

Specify scripts to add to object after creation process completed.
