# Drive

[ExistentDocumentation](https://gitlab.com/lightgarden-studios/existent-documentation/-/blob/v0.1.0/resources/BPNodes/index.md) > [ExistentVehicle](/documentation/resources/existent-api/index/existentvehicle.md) > Drive

## Drive

Initiates driving if the Vehicle is stationary at the source Space. Optionally takes in a list of Players, which will be attached to\
the Vehicle for the duration of the drive, then to the destination Space when the Vehicle arrives.

![](/files/nrmjdXnWif3LiNR4s2QI)

#### Inputs

|                                                                                                  |                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>In</strong><br>Exec</p>                                                               |                                                                                                                                                               |
| <p><strong>Target</strong><br>Existent Vehicle Object Reference</p>                              |                                                                                                                                                               |
| <p><strong>Players to Attach</strong><br>Array of Existent Player Object References</p>          | list of Players to take along for the ride.                                                                                                                   |
| <p><strong>Props to Attach</strong><br>Array of Existent Tracker Component Object References</p> | list of tracked objects to take along. Note: Any objects the Player is holding will be taken along automatically, and don't need to be included in this list. |

#### Outputs

|                                     |   |
| ----------------------------------- | - |
| <p><strong>Out</strong><br>Exec</p> |   |


---

# 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://docs.existent.com/documentation/resources/existent-api/index/existentvehicle/drive.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.
