Skip to content

llKey2Name

function ll.Key2Name(ID: string): string

Returns the name of the prim or avatar specified by ID. The ID must be a valid rezzed prim or avatar key in the current simulator, otherwise an empty string is returned.

For avatars, the returned name is the legacy name

Parameters
ID (string)
Avatar or rezzed prim UUID.

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

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