n8n-nodes-roblox

2.3.1 • Public • Published

Banner image

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:

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.

License

MIT License

Package Sidebar

Install

npm i n8n-nodes-roblox

Weekly Downloads

23

Version

2.3.1

License

MIT

Unpacked Size

116 kB

Total Files

37

Last publish

Collaborators

  • lordmerc