# Multiple Wheel Turn

![](/files/v1By58fVqJ9vpqwTEzJU)

The <mark style="color:green;">ExtraWheelsTurn</mark> component allows you to have additional wheels turn, when the vehicle is turning left/ right.&#x20;

Add the <mark style="color:green;">ExtraWheelsTurn</mark> component, this can be on any <mark style="color:green;">GameObject</mark>, but is recommended to be on the same <mark style="color:green;">GameObject</mark> as the <mark style="color:green;">VehicleBehaviour</mark>. Assign the <mark style="color:green;">VehicleBehaviour</mark> to the exposed field, if left empty the class does a *<mark style="color:purple;">GetComponent\<T></mark>* in *<mark style="color:purple;">Awake()</mark>*.

Assign any additional wheels, that require turning, to the list. Make sure to assign the parent transform of the wheel. See the above image, additionally you can examine the Truck prefab included with AVC.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://avcdocs.enigma23.co.uk/addons/wheelturn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
