while true do
wait(1)
local List = game.ServerStorage.Queue
for i,v in pairs(List:GetChildren()) do
print("More than 2 players")
end
end
So for I got the basics of the script. The folder is in Server storage. Every time a player clicks a GUI a bool value with the player name is added. I want to know how to check if there more than two bool values in the folder in server storage.