Skip to content

llSetLinkGLTFOverrides

function ll.SetLinkGLTFOverrides(link: number, face: number, options: {any})

Sets or changes GLTF Overrides set on the selected faces.

Parameters
link (number)
Link number to check.
face (number)
Side to check for a PBR material. Use ALL_SIDES to check for all.
options ({any})
List of individual overrides to set.

Add example usage here showing SLua/Luau syntax with ll.SetLinkGLTFOverrides().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.