Hi, I'm working on a key card door system, and when the key card reader is touched, I would like the function to return true or false, reading from a table that looks like this:
local cards = { ["a"] = false, ["b"] = true }
I can't quite figure it out, and any help would be appreciated.