A downloadable asset pack

Buy Now$5.99 USD or more

๐ŸŽ 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_GY and 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)

  1. Player clicks the "Codes" button on the side menu
  2. The codes GUI slides open with a bounce animation
  3. They see code cards with partial hints and expiration timers
  4. They type their guess into the text box and hit Redeem
  5. โœ… Correct? โ†’ Reward given, card disappears, success notification
  6. โŒ Wrong? โ†’ Error notification, try again
  7. 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 fileCodesConfig:

-- โฑ๏ธ 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

Purchase

Buy Now$5.99 USD or more

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:

RedeemCodesKit-Drag-NDrop.rbxm 63 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.