and yes no errors the only thing is on this part
print(Bool.Value)
if Bool.Value == false then
Comands[NomeDoComando](folder, TrapName)
Bool.Value = true
end
another script it’s actually changing this bool value but once it changes to true this script never sing for the alteration again like even if the boolean value is falce on the folder this script will think that the bool value it’s true forever it just counts the change once
