roblox

A n8n community node for the Roblox API

Package Information

Released: 6/4/2025
Downloads: 130 weeklyĀ /Ā 208 monthly
Latest Version: 1.5.5
Author: lordmerc

Documentation

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

Discussion