Package Information
Documentation

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
ā 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:
- Git
- Node.js (v20 or higher recommended)
- n8n installed globally
npm install -g n8n
Setup
Clone this repository:
git clone https://github.com/LordMerc/roblox-n8n.git cd roblox-n8nInstall dependencies:
npm installStart developing or customizing your own nodes within the
/nodesand/credentialsdirectories.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.