Send Unreliably
Identical behavior to light.send()
, except the message is
unreliable.
There is no size limit on light unreliable sending—however, sending
instances /
any /
checked
can cause it to exceed size thresholds and fail to send.
function light.send_unreliably
Sending messages to multiple people
To send unreliable messages to multiple people on the server, check out
light.broadcast_unreliably()
.