Skip to content

llRegionSayTo

function ll.RegionSayTo(TargetID: string, Channel: number, Text: string)

Says Text, on Channel, to avatar or object indicated by TargetID (if within region).

If TargetID is an avatar and Channel is nonzero, Text can be heard by any attachment on the avatar.

Parameters
TargetID (string)
Avatar or object to say to.
Channel (number)
Output channel, any integer value.
Text (string)
Message to be transmitted.

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

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