[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@harrisonqian / Awesome / wiki/gaming/roblox.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- visibility: public --- # Roblox **repo:** [awesome-roblox/awesome-roblox](https://github.com/awesome-roblox/awesome-roblox) **category:** [[gaming|Gaming]] --- [](https://awesome.re) </h1> [Roblox](https://www.roblox.com/) is an immersive platform for communication and connection, hosting millions of diverse experiences. People can connect with others in an experience and chat with their friends on Roblox. </div> ## Contents - [Software](#software) - [Experiences](#experiences) - [Plugins](#plugins) - [Modules](#modules) - [Libraries](#libraries) - [Tooling](#tooling) ## Software - [Bloxstrap](https://github.com/bloxstraplabs/bloxstrap) - An alternative bootstrapper for Roblox with a bunch of extra features. - [BTRoblox](https://github.com/AntiBoomz/BTRoblox) - Browser extension that enhances the Roblox website's look and functionality. - [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - An open-source custom bootstrapper for Roblox Studio that allows you to override files in Roblox Studio's directory, opt into development branches of Roblox, and experiment with Fast Flags. - [Vinegar](https://github.com/vinegarhq/vinegar) - An open-source, configurable, fast bootstrapper for running Roblox Studio on [Linux](/@harrisonqian/awesome/wiki/platforms/linux). ## Experiences - [Price Point](https://github.com/Fizzyhex/price-point) - A game about guessing marketplace prices. - [Slither](https://github.com/littensy/slither) - A casual game with a soothing Catppuccin color palette. ## Plugins - [flipbook](https://github.com/flipbook-labs/flipbook) - [Storybook](/@harrisonqian/awesome/wiki/front-end-development/storybook) plugin for previewing UI components. - [Roblox-Plugins](https://github.com/MaximumADHD/Roblox-Plugins) - List of plugins developed by [MaximumADHD](https://github.com/MaximumADHD). - [UI Labs](https://github.com/PepeElToro41/ui-labs) - A [Storybook](/@harrisonqian/awesome/wiki/front-end-development/storybook) plugin for Roblox. ## Modules ### Administration - [Adonis](https://github.com/Epix-Incorporated/Adonis) - Server moderation and management system. - [Centurion](https://github.com/paradoxuum/centurion) - A flexible and extensible command framework for roblox-ts. - [Cmdr](https://github.com/evaera/Cmdr) - Extensible command console for developers. - [Conch](https://github.com/alicesaidhi/conch) - Modern and scalable developer console with a [shell](/@harrisonqian/awesome/wiki/development-environment/shell)-like turing-complete scripting language. - [Kohl's Admin](https://github.com/kohls-admin/kohls-admin) - All-in-one solution for experience management. - [Nexus-Admin](https://github.com/TheNexusAvenger/Nexus-Admin) - Admin system for Roblox meant for normal players. ### Backpack - [Neobar](https://github.com/ImAvafe/NeoHotbar) - A modern, customizable hotbar for Roblox. - [Purse](https://github.com/RyanLua/Purse) - CoreGui decoupled version of the Roblox default backpack. - [Satchel](https://github.com/RyanLua/Satchel) - Modern alternative to Roblox's default backpack. ### Topbar - [TopbarPlus](https://github.com/1ForeverHD/TopbarPlus) - Construct dynamic and intuitive topbar [icons](/@harrisonqian/awesome/wiki/media/icons). ### UI components - [Lydie](https://github.com/7kayoh/Lydie) - Beautiful UI components for Fusion. - [OnyxUI](https://github.com/loneka/onyx-ui) - Quick, customizable components for Fusion. ## Libraries ### API Wrappers - [noblox.js](https://github.com/noblox/noblox.js) - A [Node.js](/@harrisonqian/awesome/wiki/platforms/node-js) API wrapper for Roblox. - [Openblox](https://github.com/cameronpcampbell/openblox) - API wrapper for Roblox, written in TypeScript. Fully typesafe, optional caching, use any http client. - [ro.py](https://github.com/ro-py/ro.py) - A modern, asynchronous [Python](/@harrisonqian/awesome/wiki/programming-languages/python) 3 wrapper for the Roblox API. ### DataStore - [DataKeep](https://github.com/noahrepublic/DataKeep) - A Promised-base auto-saving DataStore library. - [DocumentService](https://github.com/anthony0br/DocumentService) - A powerful, schematised Roblox datastore library. - [Lapis](https://github.com/nezuo/lapis) - A DataStore abstraction library for Roblox. - [Lyra](https://github.com/paradoxum-games/lyra) - Advanced player data management with a simple API. - [ProfileStore](https://github.com/MadStudioRoblox/ProfileStore) - Periodic DataStore saving solution with session locking. ### Entity Component System - [ECR](https://github.com/centau/ecr) - A sparse-set based ECS library for Luau. - [Jecs](https://github.com/Ukendio/jecs) - A fast, portable Entity Component System for Luau. - [Matter](https://github.com/matter-ecs/matter) - A modern ECS library for Roblox. - [Planck](https://github.com/YetAnotherClown/planck) - An Agnostic Scheduler for ECS. - [Replecs](https://github.com/PepeElToro41/replecs) - A fast, fine controlled JECS replication library. ### Frameworks - [Flamework](https://github.com/rbxts-flamework/core) - An extensible game framework for roblox-ts. - [Prvd 'M Wrong](https://github.com/prvdmwrong/prvdmwrong) - Roblox game framework built with modern [standards](/@harrisonqian/awesome/wiki/miscellaneous/standards) delivering type-safe APIs, dependency resolution, and unparalleled DX. ### Networking - [Blink](https://github.com/1Axen/blink) - An IDL compiler written in Luau for ROBLOX buffer networking. - [ByteNet](https://github.com/ffrostfall/ByteNet) - Advanced, modern networking library. - [RbxNet](https://github.com/roblox-aurora/rbx-net) - Advanced multi-language networking framework. - [Red](https://github.com/red-blox/red) - Simple, fast, and powerful networking library. - [Zap](https://github.com/red-blox/zap) - Lightning fast networking solution. ### Open Cloud - [rbxcloud](https://github.com/Sleitnick/rbxcloud) - CLI and library for Roblox Open Cloud API. ### Raycasts - [ZonePlus](https://github.com/1ForeverHD/ZonePlus) - Construct dynamic zones to effectively determine players and parts within their boundaries. ### UI - [fluid](https://github.com/ffrostfall/fluid) - A declarative UI framework for Roblox. - [Fusion](https://github.com/dphfox/Fusion) - A modern reactive UI library, built specifically for Roblox and Luau. - [Iris](https://github.com/Michael-48/Iris) - Immediate mode GUI Library for Roblox, Based on [Dear ImGui](https://github.com/ocornut/imgui). - [React Lua](https://github.com/jsdotlua/react-lua) - A comprehensive, but not exhaustive, translation of upstream ReactJS 17.x into Lua. - [Vide](https://github.com/centau/vide) - A reactive Luau library for creating UI. ### Utility - [Janitor](https://github.com/howmanysmall/Janitor) - Light-weight, flexible object for cleaning up connections, instances, etc. - [Nevermore](https://github.com/Quenty/NevermoreEngine) - ModuleScript loader with reusable and easy unified server-client modules for faster [game development](/@harrisonqian/awesome/wiki/gaming/game-development) on Roblox. - [RbxUtil](https://github.com/Sleitnick/RbxUtil) - A collection of utility modules for Roblox. - [t](https://github.com/osyrisrblx/t) - A Runtime Typechecker for Roblox. ## Tooling ### Compilers - [darklua](https://github.com/seaofvoices/darklua) - Transform Lua 5.1 and Roblox Lua scripts using rules. - [Lune](https://github.com/lune-org/lune) - A standalone Luau runtime. - [roblox-ts](https://github.com/roblox-ts/roblox-ts) - A TypeScript-to-Luau Compiler for Roblox. ### Documentation Generators - [Moonwave](https://github.com/evaera/moonwave) - Tool for generating documentation from comments in Lua source code. ### Language Servers - [Luau Language Server](https://github.com/JohnnyMorganz/luau-lsp) - Language Server Implementation for Luau. - [Roblox Luau Language Server](https://github.com/NightrainsRbx/RobloxLsp) - Language Server for Roblox based on Lua by sumneko. ### Linters/Formatters - [selene](https://github.com/Kampfkarren/selene) - A blazing-fast modern Lua linter written in [Rust](/@harrisonqian/awesome/wiki/programming-languages/rust). - [StyLua](https://github.com/JohnnyMorganz/StyLua) - An opinionated Lua code formatter. ### Open Cloud - [Mantle](https://github.com/blake-mealey/mantle) - An infrastructure-as-code and deployment tool for Roblox. ### Package Managers - [pesde](https://github.com/pesde-pkg/pesde) - A package manager for the Luau programming language. - [Wally](https://github.com/UpliftGames/wally) - A modern package manager for Roblox projects inspired by Cargo. ### Syncing Tools - [Argon](https://github.com/argon-rbx/argon) - Full featured tool for Roblox development. - [Lync](https://github.com/Iron-Stag-Games/Lync) - File sync tool. - [Rojo](https://github.com/rojo-rbx/rojo) - Enables Roblox developers to use professional-grade software engineering tools. ### Toolchain Managers - [Foreman](https://github.com/Roblox/foreman) - Toolchain manager for Roblox projects. - [Rokit](https://github.com/rojo-rbx/rokit) - Next-generation toolchain manager for Roblox projects. ## Contributing Contributions welcome! Read the [contribution guidelines](contributing.md) first.