LC - Minigames | 20+ Interactive Games | Admin Panel | 0.0ms Resmon

Supports All Frameworks | Fully Configurable Admin Configuration Panel | Clean UI | Zero Performance Impact


About

LC - Minigames is a premium minigame system featuring 20 interactive, animated minigames, built from the ground up with a modern, customizable UI. Server owners can dynamically trigger games via export, pass custom configs, and handle results however they like — all with 0.0ms resmon impact.


Live Preview On Tebex

You can preview the full minigame editor UI live directly from the Tebex store!

Just scroll to the bottom of the product page:
https://lost-code.tebex.io/minigames

From there, you’ll see the exact configuration panel included in the script:

  • Select any minigame from the list
  • Customize layout, color, and settings
  • See live visual feedback before purchase

Preview Video:


Included Minigames

  • ArrowClicker – Press the sequence of arrows
  • LockSpinner – Match the lock’s rotation
  • RhythmClick – Click in perfect rhythm
  • Lockpick – Time your press inside the target zone
  • AimLab – Speed + precision training
  • ArrowGridMaze – Navigate a grid by following arrows
  • PipeConnect – Rotate pipes to form a working connection
  • FlappyBird – Classic side-scroller remake
  • CodeFind – Find the code you were shown
  • ColorMemory – Remember how many of each color you saw
  • MineSweeper – Avoid bombs and mark them right
  • KnobTurn – Match the knob position with perfect timing
  • PairMatch – Match image pairs before the time runs out
  • PipeDodge – React quickly to avoid moving pipes
  • SymbolMemory – Recall shapes shown to you earlier
  • Balance – Keep the balance centered under pressure
  • LettersFall – Type letters as they fall quickly
  • PipeJigsaw – Drag puzzle pipes into the grid correctly
  • RhythmArrows – Hit the right arrows in rhythm
  • BreakerPuzzle – Toggle switches by sequence

Features

  • 20 unique minigames built with sound, animations, and feedback
  • Trigger any minigame with an export, pass custom configurations or use your default configuration.
  • Admin Panel UI – configure difficulty, colors, text, assets, and more
  • Customize globally or per-game (colors, sounds, language, assets, difficulty)
  • Live updates – No resource restart needed when customizing the minigames.
  • Callback result handling (success/fail) for custom logic
  • Zero performance impact (0.0ms resmon)

Configuration & Integration

Callback-Based Usage:

exports['lc-minigames']:StartMinigame('Lockpick', {
    color = '#00ff00',
    -- optional custom values
}, function(success)
    if success then
        -- unlock the door
    else
        -- alert police?
    end
end)

Promise-Based Usage:

local success = exports['lc-minigames']:StartMinigame('PairMatch', {
    info = {
        title = "Hacking ATM"
    }
})

if success then
    -- begin hacking atm
else
    -- alert police
end

Links


Performance

  • Script usage: 0.00ms (resmon idle)
  • Built with React: Smooth animations, optimized rendering
  • Real-time config syncing, no performance overhead

Code

Code is accessible Lua Yes / UI No
Subscription-based No
Lines (approximately) ~1300 (Lua) / 15,000 (UI)
Requirements & dependencies ox_lib, oxmysql, lc-settings (included)
Support Yes
2 Likes

Actually super nice with the live editor :+1:

1 Like