Description
n8n-nodes-roblox
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.
Features
- 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
- Git
- Node.js (v20 or higher recommended)
- n8n installed globally
> ✅ Ideal for developers using Roblox + automation tools like n8n to build dashboards, pipelines, and custom tools.
Prerequisites
Before getting started, ensure you have the following:
npm install -g n8n
Setup
1. Clone this repository:
git clone https://github.com/LordMerc/roblox-n8n.git
cd roblox-n8n
2. Install dependencies:
npm install
3. Start developing or customizing your own nodes within the /nodes and /credentials directories.
4. Run linter checks:
npm run lint # Check for issues
npm run lintfix # Auto-fix common issues
Running Locally
To test your custom node within your local n8n environment, follow the official guide here:
👉 Run your node locally
Roblox Open Cloud API Docs
Learn more about the endpoints and features available from Roblox’s Open Cloud platform:
📚 Roblox Cloud Documentation
Contributing
If you improve or expand functionality, feel free to open a PR! This is a community project meant to accelerate Roblox ↔ automation use cases.