Log inGet started

preset

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

The preset namespace — 2 functions.

globals/preset/create

globals/preset/create(name: string, entityId: string, componentType: string, opts: PresetCreateOpts?) -> PresetCreateResult

Snapshot an existing component's public property table into a preset asset on disk. Bare names land under /source/presets/<name>.preset/preset.yaml; absolute paths must point to a .preset directory or its inner preset.yaml.

globals/preset/load

globals/preset/load(source: AssetRef<preset>, overrides: table?) -> { [string]: any }

Load a preset asset and return the plain component property table.

  • api
  • reference