Skip to content

installing numluau

numluau is designed to work with standalone luau. Its reccomended to install numluau using a package manager like pesde or lpm

installing for pesde

  1. first install and setup using either pesde or lpm
  2. run this command in your IDE/terminal
pesde add chocolate_bar2410/numluau
lpm add chocolatebar2410/numluau

this should import the library into your package folder

Info

its best practice to add a numluau alias to your luaurc file

    "aliases": {
        "numluau" = "path.to.library"
    }