Skip to content

Instantly share code, notes, and snippets.

@Midnightific
Last active January 21, 2024 01:22
Show Gist options
  • Save Midnightific/639db77e59b83b26a82facadb68ec97e to your computer and use it in GitHub Desktop.
Save Midnightific/639db77e59b83b26a82facadb68ec97e to your computer and use it in GitHub Desktop.
CLI Commands

‎‎​

Luau CLI Commands

compiling

compiling with remarks

luau-compile FILEPATHHERE -O2 --remarks *> remarks.luau

Rojo

Generating sourcemap

rojo sourcemap -o sourcemap.json

Killing Rojo process

taskkill /IM rojo.exe /F

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment