[FREE PLUGIN] Ro-Packer: Packing and Unpacking Tool for Roblox Studio

Download on Creator Store

Ro-Packer is a plugin I developed to help streamline asset organization in Roblox Studio by packing and unpacking assets and folders in a clean, organized manner. This tool is designed to make my own development workflow smoother, and I hope it will do the same for you! I’d love to hear any feedback, suggestions, or bug reports. Please feel free to share your thoughts in the comments below.


Features

  • Pack Assets and Folders: Automatically group selected assets into neatly organized folders.
  • Unpack with Ease: Restore the original structure by unpacking grouped folders.
  • Undo/Redo Integration: Supports Ctrl+Z and Ctrl+Y for easy undo and redo of actions.
  • Merging into Existing Folders: When unpacking, contents merge into existing folders if names match.

Installation

To install Ro-Packer, download it from the Creator Store:


How to Use Ro-Packer

Packing Assets

  1. Select the assets or folders in Roblox Studio.
  2. Click the Pack button in the Ro-Packer toolbar.
  3. An organized folder containing the selected assets is created in ServerStorage.

Unpacking Assets

  1. Select the packed folder you wish to unpack.
  2. Click the Unpack button in the Ro-Packer toolbar.
  3. Assets are restored to their original locations.

Undo/Redo Actions

  • Press Ctrl+Z to undo the last action.
  • Press Ctrl+Y to redo an undone action.

Demonstration

Packing

Unpacking


Changelog

Current Release

Additional Notes

  • Supported Folder Structures: Folders not originally packed by Ro-Packer can still be unpacked. Items not following standard file structure rules will be parented to game.
  • Feedback & Support: Share feedback, suggestions, or bug reports in the comments below.

3 Likes

This looks really cool! I’ma try it out later, nice job on this.

1 Like

Version 1.1

:sparkles: New Features:

  • Added visual indicators to console output for better readability:
    • :white_check_mark: Success messages now clearly indicate completed operations.
    • :warning: Warnings provide better clarity for unclonable selections.
    • :x: Errors are now marked with a red cross for easier debugging.
    • :arrows_counterclockwise: Progress updates are now marked with a symbol as well.
  • Improved user feedback during packing and unpacking operations.
    image

:hammer_and_wrench: Bug Fixes:

  • Fixed an issue where the plugin could break on an error, preventing unexpected failures.
  • Resolved a bug where an operation would remain marked as “in progress” if the plugin encountered an error, ensuring the system correctly resets after failure.