player.GetCount
Description
Gives you the player count.
Similar to #player.GetAll() but with better performance since the player table doesn't have to be generated. If player.GetAll is already being called for iteration, then using the # operator on the table will be faster than calling this function since it is JITted.
Returns
Example
Sending message in chat every 300 secs.