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 arrowsLockSpinner
– Match the lock’s rotationRhythmClick
– Click in perfect rhythmLockpick
– Time your press inside the target zoneAimLab
– Speed + precision trainingArrowGridMaze
– Navigate a grid by following arrowsPipeConnect
– Rotate pipes to form a working connectionFlappyBird
– Classic side-scroller remakeCodeFind
– Find the code you were shownColorMemory
– Remember how many of each color you sawMineSweeper
– Avoid bombs and mark them rightKnobTurn
– Match the knob position with perfect timingPairMatch
– Match image pairs before the time runs outPipeDodge
– React quickly to avoid moving pipesSymbolMemory
– Recall shapes shown to you earlierBalance
– Keep the balance centered under pressureLettersFall
– Type letters as they fall quicklyPipeJigsaw
– Drag puzzle pipes into the grid correctlyRhythmArrows
– Hit the right arrows in rhythmBreakerPuzzle
– 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
- Tebex Store: lost-code.tebex.io/minigames
- Preview Video: youtu.be/6Z8YyBiQ8o4
- Discord for support: discord.gg/7QcGzRhnnX
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 |