Skip to content

llTextBox

function ll.TextBox(AvatarID: string, Text: string, Channel: number)

Opens a dialog for the specified avatar with message Text, which contains a text box for input. Any text that is entered is said on the specified Channel (as if by the avatar) when the "OK" button is clicked.

Parameters
AvatarID (string)
Text (string)
Channel (number)

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

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