Client-Side
# Tested on .16
Did not use Player <- FindLocalPlayer();
Maybe that was your issue
function onPlayerJoin(player) {
return 0;
}
//------------------------------------------------------------------------------
function onPlayerPart(player, reason) {
return 0;
}