Skip to content

DrXporter v1.0.0

Choose a tag to compare

@DranxX DranxX released this 20 Apr 17:55
340ef4d

DrXporter v1.0.0 — Initial Release

Real-time bidirectional sync bridge between Roblox Studio and local filesystem.

Features

  • Two-way live sync between Roblox Studio and your local editor
  • Selective export — choose which instances and properties to export
  • UUID-based instance tracking (drxporter-uuid attribute)
  • Cache scoped by GameId and PlaceId
  • Strict diagnostics with stop-on-error behavior
  • Parent chain preservation for selected descendants
  • Rojo-compatible filesystem layout

Downloads

File Description
Drxporter.rbxm Roblox Studio plugin (install via Plugins folder)
drxporter-plugin.rbxmx Roblox Studio plugin (alternative XML format)
drxporter Local bridge server binary (Linux x64)

Quick Start

  1. Download drxporter binary and place it in your PATH (or run directly)
  2. Install the plugin in Roblox Studio
  3. Run ./drxporter serve to start the bridge server
  4. Connect from the DrXporter widget in Studio
  5. Select instances, export, and start editing locally

Requirements

  • Node.js v20+ (if building from source)
  • Roblox Studio with HTTP requests enabled for localhost

License

GNU General Public License v3.0