Log inGet started

packages

The packages namespace — the engine's Luau API reference for packages.

The packages namespace — 2 functions.

globals/packages/list

globals/packages/list() -> { PackageEntry }

List every registered package across scopes.

globals/packages/lookup

globals/packages/lookup(name_or_scope: string, name: string?) -> PackageEntry?

Look up a single package by name (any scope) or by exact (scope, name).

  • api
  • reference