# VehicleType

Used with [VehicleService](https://docs.easy.gg/scripting/bedwars-scripting/services/vehicleservice).&#x20;

Can be referenced using either `VehicleType.UFO` or `"ufo"`

### VehicleType

```typescript
	MINICOPTER = "minicopter",
	ATTACK_HELI = "attack_helicopter",
	UFO = "ufo",
	FLYING_CLOUD = "flying_cloud",
	HOT_AIR_BALLOON = "hot_air_balloon",
	FLYING_BROOM = "flying_broom",
```
