You can send private messages to players directly. Look at what happens with tno.Send("Function", "Player Name", ...) -- line 556 of TNObject.cs. You can also send private messages by actual Player target, or just their player ID. It's all in the same place right below that function.