Skip to content
/ rbxmk Public

A tool for processing Roblox files.

License

Notifications You must be signed in to change notification settings

Anaminus/rbxmk

Repository files navigation

rbxmk

rbxmk is a command-line tool for manipulating Roblox files.

rbxmk is useful for development workflows that involve many separate files. If your project is organized into a number of files, such as Lua files for scripting and model files for assets, rbxmk makes it simple to combine these files into a final product, be it a game, plugin, model, and so on.

Installation

This project is unstable! Use at your own risk!

  1. Install Go
  2. Install Git
  3. Using a shell with Git (such as Git Bash), run the following command:
go get github.com/anaminus/rbxmk/rbxmk

If you installed Go correctly, this will install rbxmk to $GOPATH/bin, which will allow you run it directly from a shell.

Usage

The documentation page provides a complete reference on how rbxmk is used.