Skip to content

llAvatarOnLinkSitTarget

function ll.AvatarOnLinkSitTarget(LinkNumber: number): string

If an avatar is sitting on the link's sit target, return the avatar's key, NULL_KEY otherwise.

Returns a key that is the UUID of the user seated on the specified link's prim.

Parameters
LinkNumber (number)
Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag.

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

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