Skip to content

Broadcast Unreliably To All Except

Identical behavior to light.broadcast_to_all_except(), 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.broadcast_unreliably_to_all_except

Server Synchronous
1
2
3
4
5
function broadcast_unreliably_to_all_except<T>(
    message: Message<T>,
    except: Player | { Player }
    data: T
): ()