Im trying to make a script that records if youve been in a room or not and only records the room when you open a chest with a key in it. Im detecting this using a client.visitedroom (It wont always be client. just for testing) array but I cant change it from the script. I tried using client.visitedkeys[2]=#L; but that wouldnt work.