How to make player list on ban gui like Arsenal?

I just wanted to know how to make a player list? so it will be easier to kick or ban people like in Arsenal

This is the Arsenal Ban Gui

image

You can use GetChildrens(), get the name of it and display the names of it in a GUI.

You should use Players:GetPlayers() instead of :GetChildren().

1 Like

May I know what’s the difference?

One gets all Player instances. One gets all children.

You should be using GetPlayers to get players because the functions purpose is to do that. What if you have non-player instances in the players service??

3 Likes