# 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.
