# Interactable.setSteeringJointRightAngleLimit

Sets the right angle limit settings of a [Joint](../Game-Script-Environment/Userdata/Joint.md) connected to a steering [Interactable](../Game-Script-Environment/Userdata/Interactable.md).

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
interactable:setSteeringJointRightAngleLimit( joint, value )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Interactable.md#setsteeringjointrightanglelimit)

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `interactable` | [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The interactable. |
| `joint` | [Joint](../Game-Script-Environment/Userdata/Joint.md) | The joint. |
| `value` | number | The right angle limit. |
