
Redeem Codes Kit
A downloadable asset pack
๐ Codes Kit v2.0 — Rotating Codes System for Roblox
The plug-and-play codes system your game needs. Drop it in, configure one file, hit Play. Done.
๐ฎ What Is This?
Codes Kit is a complete, ready-to-go rotating codes system for Roblox Studio. It generates secret codes in real-time, lets players guess and redeem them for rewards, and handles everything — GUI, animations, sounds, timers, leaderstats, tool giving — all from one config file.
Think of it like those "enter a code for free stuff" systems you see in every popular Roblox game, except this one generates fresh codes automatically on a loop so your players always have something to chase.
โจ Features
- ๐ Auto-Rotating Codes — New codes generate every 5โ60 seconds (you pick the range)
- ๐งฉ Hint System — Players see partial codes like
LUC_YPI_GYand have to guess the rest - ๐ 4 Reward Types — Money (leaderstats), Tools, Boosts, and Items
- ๐ฐ Auto Leaderstats — Coins, Gems, or whatever stats you want — created automatically
- ๐ก๏ธ Tool Rewards — Drop tools in a folder, add one line to config, done
- ๐ผ๏ธ Custom Icons — Each reward can show its own icon on the code card
- ๐จ Smooth Animations — Every button has hover, click, and transition tweens
- ๐ UI Sounds — Click, hover, open, close, redeem success, fail, new code arrival
- ๐ข Notifications — Pop-in with scale + rotation effects, auto-dismiss
- โฑ๏ธ Live Timers — Expiration countdown per code + "New Code in..." countdown
- ๐ Anti-Exploit — Server-side validation, per-player redeem tracking, input sanity checks
- ๐ฆ Kit Packaging — 3 drag-and-drop folders with README in each one
๐น๏ธ How It Works (Player Side)
- Player clicks the "Codes" button on the side menu
- The codes GUI slides open with a bounce animation
- They see code cards with partial hints and expiration timers
- They type their guess into the text box and hit Redeem
- โ Correct? โ Reward given, card disappears, success notification
- โ Wrong? โ Error notification, try again
- New codes keep appearing on a timer — always something fresh to guess!
๐ ๏ธ What You Get
StarterGui
The full codes GUI + side button
StarterGui
Popup notifications
Inside Main
All client-side logic
ServerScriptService
Code generation + rewards
ServerStorage
ServerStorage
Code creation engine
ServerStorage
Drop your Tool objects here
| Where It Goes | |
|---|---|
| Main (ScreenGui) | |
| NotificationsGui (ScreenGui) | |
| CodesClientController (LocalScript) | |
| CodesServerController (Script) | |
| CodesConfig (ModuleScript) | Your one config file โญ |
| CodeGenerator (ModuleScript) | |
| CodeTools (Folder) |
โ๏ธ Config At A Glance
Everything lives in one file — CodesConfig:
-- โฑ๏ธ How fast? Config.CODE_LIFETIME = 60 -- seconds before expiry Config.NEW_CODE_MIN_INTERVAL = 5 -- fastest new code Config.NEW_CODE_MAX_INTERVAL = 15 -- slowest new code -- ๐ค How much of the code to reveal? Config.HINT_REVEAL_PERCENT = 0.6 -- 60% shown, 40% hidden -- ๐ฐ Auto-create leaderstats? Config.ENABLE_LEADERSTATS = true Config.LEADERSTATS = { { name = "Coins", default = 0 }, { name = "Gems", default = 0 }, } -- ๐ What do players get? Config.REWARDS = { { name = "100 Coins", type = "money", stat = "Coins", amount = 100 }, { name = "Magic Sword", type = "tool", toolName = "MagicSword" }, -- Add as many as you want! }
๐ Version History
2025
Full rewrite — config system, tool rewards, leaderstats, icons, sounds, anti-dupe fixes, kit packaging
2025
Initial release — basic rotating codes with GUI
| Date | |
|---|---|
| v2.0 | |
| v1.0 |
๐ License
No reselling this kit as-is.
Made with ๐ for the Roblox community
| Published | 5 hours ago |
| Status | Released |
| Category | Assets |
| Author | Alex |
| Tags | admin, codes, Game Design, Graphical User Interface (GUI), No AI, redeem, redeem-codes, roblox |
| Content | No generative AI was used |
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $5.99 USD. You will get access to the following files:
Development log
- Redeem Codes Drag n Drop5 hours ago

Leave a comment
Log in with itch.io to leave a comment.