Skip to main content

Bikes

Bikes are nimble land vehicles that lean into turns. They use bike-specific skin and seat parts.

PropertyValue
MovementLAND
FrictionHIGH_FRICTION
Tilts/banksYes (leans into corners)
Foldervehicles/bikes/

Type-specific parts

  • bikeskin — like a normal skin, but it banks with the bike. Use this instead of skin.
  • bikeseat — like a normal seat, tuned for bikes. Set steer: true on the driver seat.
{ type: bikeskin, ... }     # the body
{ type: bikeseat, steer: true, ... } # driver
{ type: bikeseat, steer: false, ... } # passenger

Bikes have no wheels-as-parts and usually no trunk (trunkSize: 0). Everything else matches a car; see Creating vehicles for all settings.