Skip to content

llSetLinkAlpha

function ll.SetLinkAlpha(LinkNumber: number, Opacity: number, Face: number)

If a prim exists in the link chain at LinkNumber, set Face to Opacity.

Sets the Face, on the linked prim specified, to the Opacity.

Parameters
LinkNumber (number)
Opacity (number)
Face (number)

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

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