Digit Dazzle

Digit Dazzle

The player must press the key when the the segment is inside the target zone.

    local success = exports.bl_ui:DigitDazzle(iterations, config)
  • iterations: number is the amount of iterations the player has to complete.
    • 1 is the default iteration.
  • config: LengthConfig

Example

local success = exports.bl_ui:DigitDazzle(3, {
    length = 4,
    duration = 5000,
})

Preview

DigitDazzleExample