the source parameter in the callback function does not exist in the client side field
Example
-- Server SideHRLib.OnPlConnecting(function(_,playerName)print(('The player %s is connecting to the server'):format(playerName)) -- txAdmin Consoleend)-- Client SideHRLib.OnPlConnecting(function(playerName)print(('The player %s is connecting to the server'):format(playerName)) -- Each player's console/chatend)