RoPacker 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 RoPacker, download it from the Creator Store:
How to Use RoPacker
Packing Assets
- Select the assets or folders in Roblox Studio.
- Click the Pack button in the RoPacker toolbar.
- An organized folder containing the selected assets is created in
ServerStorage
.
Unpacking Assets
- Select the packed folder you wish to unpack.
- Click the Unpack button in the RoPacker toolbar.
- 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
Additional Notes
-
Supported Folder Structures: Folders not originally packed by RoPacker 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.