Skip to content

installing numluau

numluau is designed to work with standalone luau. It is reccomended to use numluau with a runtime like lune or lute for proper compatability.

installing via pesde

  1. first install and setup pesde
  2. run this command in your IDE/terminal

pesde add chocolate_bar2410/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"
    }