ðVehicleService
Service for creating vehicles.
Example usage:
Functions
spawnVehicle(vehicleType: VehicleType, position: Vector3): void
Spawns a vehicle of the given type at the specified position.
BedWars vehicles available for use are contained in the VehicleType list.
Last updated