Array Player Count

i need some way to count the amount of players in an array… is there a easy way to do this? i need to check this several times over several seconds, so it needs to be able to loop.

using Count of you can get amount of items in an array.

2 Likes

Thanks! I didn’t know that, it’ll be super useful to me!

1 Like

awesome! thank you so much! i wish they made it a bit more obvious x3

Especially as DynamicArray.length is more common.

‘Count Of Array’ would be enough for me~ i search all array functions by searching for the word ‘array’

2 Likes