Configuration

Sponge Item

The item needed to wash a car.

Config.SpongeItem = 'sponge'
  • SpongeItem: string

WashTime

The total time in ms it will take to wash a car. The time is spilt in 4 as the player will wash 4 parts of a vehicle.

Config.WashTime = 10000 -- (10 Seconds)
  • WashTime: number