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?
1 | for i, v in pairs (game.Players:GetPlayers()) do |
2 | if v:FindFirstChild(RightHere) then |
FindFirstChildOfClass("Class name here")