Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a moving door? [closed]

Asked by 10 years ago

This question already has an answer here:

How can I make a sliding door?

By moving door I mean a door that swings open once clicked on.

Marked as Duplicate by evaera

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?

3 answers

Log in to vote
0
Answered by 10 years ago

There all actually lots of models on ROBLOX.

I'd start with the basic swing door.

Ad
Log in to vote
0
Answered by 10 years ago
script.Parent.ClickDetector.MouseClick:connect(function()
script.Parent.CFrame.new = CFrame.new() --Position of the swinging
wait(2)
script.Parent.CFrame.new = CFrame.new() --Normal Position
end)
Log in to vote
0
Answered by
DevChris 235 Moderation Voter
10 years ago

Here is a real quick model I made. It's a open button door and it has really simple code for a person like you ;) http://www.roblox.com/devDoor-item?id=153587305