Skip to content

llRequestDisplayName

function ll.RequestDisplayName(AvatarID: string): string

Requests the display name of the agent. When the display name is available the dataserver event will be raised.

The avatar identified does not need to be in the same region or online at the time of the request.

Returns a key that is used to identify the dataserver event when it is raised.

Parameters
AvatarID (string)
Avatar UUID

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

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