# if script.Parent.Value.Value == false then print("it is false") else print("it is true") end wait(1) script.Parent.Value.Value = true if script.Parent.Value.Value == false then print("it is false") else print("it is true") end