Skip to content

llWhisper

function ll.Whisper(Channel: number, Text: string)

Whispers Text on Channel.

This chat method has a range of 10m radius.

PUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts.

Parameters
Channel (number)
Text (string)

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

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