Hello devs! I am working on a game and I was wondering, can I check how much players are in team?
Hope you can help me !
Thanks!
In your Team
Instance, use the GetPlayers
method.
local numOfPlayers = #Team:GetPlayers()
Thanks for telling me about this feature, I am dev 2 years so I dont know completely everything.