v2.2.0
New Features
📂 Add nocache
option for Roblox library assets
- Add support for nocache option 00f18b1 @EpixScripts
🧬 Add deferred
option for running scripts when runscripts
is true
Development
🔥 Allow Luau optimizations that were disabled in previous versions
- Remove 'setfenv' by localizing globals, refactor code deed3cd @richie0866
- Use new selene executor environment @EpixScripts