Skip to content

Broadcast To All Except

Broadcast To All Except is identical to calling light.broadcast() to all players except a player or list of players.

function light.broadcast_to_all_except

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