A Node.js API wrapper for interacting with the Roblox website, enabling programmatic control of Roblox operations.
noblox.js is an open-source Node.js wrapper for the Roblox API that enables developers to programmatically execute operations from the Roblox website. It provides methods for actions like promoting users, managing groups, and handling events, serving as a bridge between external applications and Roblox's platform. The library is widely used to create in-game scripts via Roblox's HTTPService or Discord utilities for community management.
Node.js developers building external tools, bots, or integrations that interact with Roblox, such as community managers automating group operations or game developers creating in-game scripts that connect to the Roblox website.
Developers choose noblox.js for its promise-based design enabling asynchronous operations, comprehensive coverage of Roblox website API endpoints, and TypeScript compatibility for type safety. It simplifies Roblox API interactions with detailed documentation and secure cookie-based authentication support.
A Node.js API wrapper for Roblox.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Built on JavaScript promises, enabling efficient concurrent API calls and better error handling, as emphasized in the documentation's warnings about awaiting setCookie() to avoid 'not logged in' errors.
Features detailed docs with emoji legends indicating authentication requirements (e.g., 🔐 for methods needing .ROBLOSECURITY), helping developers quickly identify secure endpoints.
Written in JavaScript with TypeScript compatibility, offering type safety and improved developer experience for modern Node.js projects, as noted in the key features.
Provides methods for numerous Roblox website operations like group management and user promotion, serving as a bridge for external tools such as Discord bots or in-game scripts via HTTPService.
As of March 2026, the library is no longer maintained, meaning no bug fixes, updates, or support for new Roblox API changes, posing significant risk for future compatibility.
Requires handling .ROBLOSECURITY cookies, which if exposed can compromise accounts; the README strongly advises using env variables like dotenv, but this adds complexity and potential for errors.
Focuses on the Roblox website API, not the newer OpenCloud endpoints, which may restrict functionality for modern Roblox development, as hinted in the deprecation notice recommending alternatives like opencloud.