Skip to content

llRegionSay

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

Broadcasts Text to entire region on Channel (except for channel 0).

Parameters
Channel(number)
Any integer value except zero.
Text(string)
Message to be transmitted.

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

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