filo studios.
Free Resourcesfilo_stealwheels

Configuration

Configuration is located in:

shared/sh-config.lua

Wheel Item

Config.WheelItem = "vehicle_wheel"

Inventory item received after removing a wheel.


Filo Jack Integration

Config.UseFiloJack = true

When enabled, players must lift vehicles using Filo Jack before wheels can be removed.

Disable if you don't use Filo Jack.

Config.UseFiloJack = false

Filo Bolt Integration

Config.UseFiloBolt = true

When enabled, players must remove bolts using Filo Bolt before wheels can be removed.

Disable if you don't use Filo Bolt.

Config.UseFiloBolt = false

Required Tool

Config.RequiredItem = "tire_iron"

Tool required for wheel removal.

Set to nil to disable.

Config.RequiredItem = nil

Item Durability

Config.DecreaseDurability = {
    enabled = true,
    amount = 10
}

Decrease the durability of the tire iron after each use.

  • enabled enables durability loss.
  • amount specifies how much durability is removed.

On this page