# scriptInstanceID

> The instance ID of the script.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Animations](/engine/6000.0/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public int scriptInstanceID { get; }
```

### Remarks

Use GenericBinding to target a MonoBehaviour animatable property. In this case, scriptInstanceID should be non-zero.
