Xane123/Roblox-Scripts — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Roblox Luau script collection for preserving models and accessories from Roblox experiences that I own or have permission to archive.

I want a main script called Xane's Model Recreator that I can run with a simple loadstring from GitHub. It should load a shared recreation API, scan selected models or workspace objects, and rebuild them into a saveable format with as many useful properties as Roblox allows. Include clear messages so I know what it is doing, what was copied, and what failed.

Also make a companion Roblox Studio plugin that can import or rebuild the saved output inside Studio. Add a separate accessory preserver script for avatar accessories, especially Royale High style accessories, so they can be saved for personal reference.

Keep everything organized as separate Luau files, make the loadstring examples easy to copy, and add a README with usage steps, warnings about only using it ethically, and notes that saved assets should not be leaked or reused without permission.

Want more depth? Deep Reverse