Send
Allows you to send a message to a specific target.
function light.send
On the Client
Send a message with given data to the server, for example:
On The Server
Send a message with given data to a player, for example:
Sending messages to multiple people
To send messages to multiple people on the server, check out light.broadcast()
.