when you press e the door opens
also I'm not a good scripter :P
ScriptingHelpers Rule: Never request scripts.
Okay. So put a Local Script in the starterpack. In the script put..
function KeyDown(key) if key == "e" then game.Workspace --Path here then put .CanCollide = true game.Workspace --Path here then put .Transparency = 1 end
Tada!
Closed as Not Constructive by Articulating
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?