Skip to content

llSetLinkColor

function ll.SetLinkColor(LinkNumber: number, Color: vector, Face: number)

If a task exists in the link chain at LinkNumber, set the Face to color.

Sets the color of the linked child's side, specified by LinkNumber.

Parameters
LinkNumber (number)
Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag.
Color (vector)
Color in RGB <R.R, G.G, B.B>
Face (number)
Side number or ALL_SIDES.

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

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