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.
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llRegionSayTo