Systems
Drop-in Luau systems for Roblox experiences, from daily rewards to a full vehicle pack.
Every UXR system is a single folder you drop into ServerScriptService. It installs
itself on the first server start: no manual wiring, no scripts to place, no services to
register. Configuration is a small number of commented Luau files.
Start with How a UXR system works if this is your first one. It covers the parts every system shares, so each product's own pages can stay on what makes it different.
Progression and rewards
| System | What it does |
|---|---|
| uxrDailyRewards | A daily login ladder with streaks, a skip-the-wait product, and open-ended reward code |
| uxrLevel | XP and levels with a rank ladder, tool unlocks and an overhead bar |
Games
| System | What it does |
|---|---|
| uxrArcadeMachine | A playable arcade cabinet with pluggable mini games |
| uxrBilliards | Physics pool with cue aiming, shot power and full rules |
| uxrBowling | Ten-pin bowling lanes with scoring and frames |
| uxrChess | Full-rules chess with a built-in engine opponent |
| uxrColorCards | A shedding card game for two to eight players |
| uxrDarts | Dartboards with scoring modes and throw physics |
| uxrTicTacToe | Tic tac toe with a perfect-play bot |
Roleplay and world
| System | What it does |
|---|---|
| uxrVehicleSystemPack | A dealership economy: catalog, ownership, spawn pads, fuel, radar, trunks and auctions |
| uxrDoor | Doors and gates with permissions, keys and animation |
| uxrHandcuff | Cuffing, dragging and escaping, for police roleplay |
| uxrPet | Followers with eggs, rarity, hatching and equipping |
| uxrTroll | Paid troll actions players buy and aim at each other |
Presentation and staff
| System | What it does |
|---|---|
| uxrOverhead | Nameplates above every player, driven by your own data |
| uxrAdminPanel | An admin panel with ranks, 346 commands, moderation, logs and cross-server control |
Was this page helpful?