lua check if not equal code example Example: lua not equal Click to copylocal state = false if state ~= true then print("No") else print("Yes") end