# Multiple Wheel Spin

![](https://1552885336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MAvcCremCCxL7EEPDdj%2Fuploads%2FrBqphDjo0W1WR4h0AfAR%2FMultipleWheelSpin.png?alt=media\&token=c4a79bd7-2522-4e92-8ff5-e49fe7ca1357)

The <mark style="color:green;">ExtraWheelsSpin</mark> component allows you to have more than four wheels spinning on your vehicle.&#x20;

Add the <mark style="color:green;">ExtraWheelsSpin</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 spinning, to the list. Make sure to not assign the parent transform of the wheel. See the above image, additionally you can examine the Truck prefab included with AVC.
