Releases: JoelSusaya/RobloxXMLExtractor
Releases · JoelSusaya/RobloxXMLExtractor
Release 0.1 Alpha
Roblox XML Extractor
Run this script from a directory with one or more Roblox XML Place files and it will extract and Lua scripts from within those place files. The path that the Lua scripts are saved at is based on the name of their parent file as well as any parent objects that they have in Roblox Studio. For example, if there is a Script called Main in ServerScriptService in a Roblox XML Place file called Text.rbxlx, then that file would be saved using the path: "./Test/ServerScriptService/Main" (or it should be).