Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.06 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.06 KB

RbxlxParser

RbxlxParser is a commandline program that can parse a .rbxlx Roblox Studio save file into smaller files that are easier to review. This is specifically designed for version control.

Any Lua code will be placed into its own .lua file with the same name as the script it came from.

Usage

java -jar RbxlxParser.jar SOURCE DESTINATION - Reads the SOURCE .rbxlx file and parses it, putting all output into the DESTINATION folder.

NOTE: If your filepaths contain spaces, be sure to surround them in quotes. (Ex: my folder/output folder -> "my folder/output folder")


java -jar RbxlxParser.jar help - Displays the RbxlxParser manual. Use this to find the version number.

NOTE: "help" is not case-sensitive.

Contact

If you have any feature requests or bugs to report, then create a new issue here.

If you need to get in contact with the creator of RbxlxParser for any other reason, then you may contact him through Twitter.