NPC Code:
//#CLIENTSIDE
if (timeout||playerenters) {
if (playerscount=>5) {
//Stuff here
}
timeout=0.05;
}
Also note if you have showcharacter NPCS (the ones which stefan put in.. that have heads, bodies and stuff counts as players to, so if you got lets say 2 of them, change the 5 to 7.