How would I do FindFirstChild to see if a bool value is there, the bool value won't be named bool value. Also, I know this isn't the correct code, it's just part of my script. Isn't there a way to see classnames of items? If there is, how do I use this in FindFirstChild?
for i, v in pairs(game.Players:GetPlayers()) do if v:FindFirstChild(RightHere) then
FindFirstChildOfClass("Class name here")