I was wondering if I could use findfirstchild while looking for a value
ex(my script)
local pet1 = script.Parent.Container:FindFirstChild(split1[2], true)
what I want it to do
local pet1 = script.Parent.Container:FindFirstChild(split1[2], true, value = false) -- it will check if the value inside of the child is false
@Valkyrop could you help?