filo studios.
Free Resourcesfilo_bolt

Export

Full reference for the Start export.

Start

Starts the bolt minigame for a specific vehicle wheel. The call blocks until the player either rotates all bolts or cancels.

local success = exports.filo_bolt:Start(data)

Parameters

data is a table with the following fields:

Prop

Type

Return value

ValueMeaning
trueAll bolts were successfully rotated
falseThe player cancelled before finishing

Valid wheel bones

Bone namePosition
wheel_lfFront-left
wheel_rfFront-right
wheel_lrRear-left
wheel_rrRear-right

Start uses Citizen.Await internally. Call it inside a CreateThread — do not call it at the top level of a script or inside an event handler without a thread wrapper.

Input bindings (while active)

InputAction
Left Mouse ButtonRotate the hovered bolt
Escape / BackspaceCancel and return false (if canCancel is true)

On this page