I have a script which gets the players playing, which is using _G., here is an example:
_G.PlayersPlaying = {"Player1", "Player2", "ThisPlayerShouldBeBanned"}
So, some people is saying _G is not recommended in some circumstances, but i don’t know if i should keep this or change this, I should keep this? and what you guys would use instead? Thanks for reading