Skip to content

Merge required Roblox modules into a single script

License

Notifications You must be signed in to change notification settings

peyton2465/rbx-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbx-merge

Merge required Roblox modules into a single script

How to use

$ cd Documents
$ rbx-merge --input place.rbxl --path game.StarterGui.LocalScript --minify true --output merged.lua

All of the imported modules and the main script will be recursively merged and minified into 'merged.lua'! Enjoy!

Thanks to:

https://github.com/CloneTrooper1019/Roblox-File-Format

https://github.com/Myndale/KopiLua

https://github.com/Rerumu/lua-minify

https://github.com/Nexure (for help with regex and lua things)