All players can walk through a door if one person uses a keycard

DevForumOut

Ok. Thanks so much! The door is now appearing in the workspace however I get this error when I touch the door with the key.

Edited it, try it again :thinking:

1 Like

change the script.Parents to Door

Door.Transparency = .5
Door.CanCollide = false
wait(2)
Door.Transparency = 0
Door.CanCollide = true

OMG! Thank you so so so so so much! It is now working :slight_smile: You were so so so helpful : D Thank you so so much!

2 Likes