Number of players or game timer

where should i store things such game timer ? game score? and number of players ?

thanks man i knew it was one of them just didnt know which because to be honest didnt really know difference in between two

any idea how to get player controller count

In GameState or GameMode, number of players don’t need to be store as for each player there player controller which you can count and i bet there function for it

Hey skeeta,

You can use Get All Actors of Class node in your GameMode BP and use your character BP or controller BP as Actor Class. Then drag off Out Actors to get length of array, and that’s number of players. Hope that helps!