This project provides custom community nodes for n8n that integrate with the Roblox Open Cloud API. It allows you to connect your Roblox experience with automated workflows in n8n — including data access, place publishing, messaging, and more.
- Community node package for n8n
- Built-in authentication with Open Cloud API keys
- Modular support for Roblox API endpoints
- Example nodes for querying and automating Roblox experiences
✅ Ideal for developers using Roblox + automation tools like n8n to build dashboards, pipelines, and custom tools.
Before getting started, ensure you have the following:
- Git
- Node.js (v20 or higher recommended)
-
n8n installed globally
npm install -g n8n
-
Clone this repository:
git clone https://github.com/LordMerc/roblox-n8n.git cd roblox-n8n
-
Install dependencies:
npm install
-
Start developing or customizing your own nodes within the
/nodes
and/credentials
directories. -
Run linter checks:
npm run lint # Check for issues npm run lintfix # Auto-fix common issues
To test your custom node within your local n8n environment, follow the official guide here:
👉 Run your node locally
Learn more about the endpoints and features available from Roblox's Open Cloud platform:
📚 Roblox Cloud Documentation
If you improve or expand functionality, feel free to open a PR! This is a community project meant to accelerate Roblox ↔ automation use cases.