I'm trying to find the number and boolean values of a part. can anyone help?
Hope this helps! Make sure to mark this as the Solution if this helped!
~~~~ for _,v in pairs(script:GetChildren()) do if v:IsA('Part') then -- replace Part with your ClassName. end end
Closed as Not Constructive by valchip and DeceptiveCaster
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?