Log inGet started

notices

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

The notices namespace — 1 function.

globals/notices/post

globals/notices/post(template: string, params: { [string]: any }?, opts: NoticeOpts?)

Post a notice. template is a fixed sentence used to collapse repeats; put varying values in params. opts.severity defaults to "info"; opts.includeLocation attaches the emitting call site.

  • api
  • reference