It’s pretty well explained in the script itself already, but basically I’m trying to build a door which can be opened via a command by a few ranks in a group.
I’ve done a few tests and found out that the problem is in this:
if msg == ("Open1") then
For some reason, it refuses to recognize it if I send a message like that. It just… doesn’t work. The script itself is in workspace, which shouldn’t be an issue.