My script is not following the update

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

i was searching and i found some guys talking about scopes in data memory something arround that

Is this a local script or server script? If it’s a server script, is the value being changed from a local script?

1 Like

oh yes i jsut realize it for my kind of script i should use an fire server on the local script and disable this boolean from the server?

Depending on how your system works. Then yea.

lol srry i’m soo tard i forgot about that completely