Skip to content

llSetLinkTexture

function ll.SetLinkTexture(LinkNumber: number, Texture: string, Face: number)

Sets the Texture of Face on a linked prim, specified by LinkNumber. Texture may be a UUID or name of a texture in prim inventory.

Parameters
LinkNumber (number)
Texture (string)
Face (number)

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

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