Skip to content

llGetDisplayName

function ll.GetDisplayName(AvatarID: string): string

Returns the display name of an avatar, if the avatar is connected to the current region, or if the name has been cached. Otherwise, returns an empty string. Use llRequestDisplayName if the avatar may be absent from the region.

Parameters
AvatarID (string)
Avatar UUID that is in the same region, or is otherwise known to the region.

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

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