By moving door I mean a door that swings open once clicked on.
There all actually lots of models on ROBLOX.
I'd start with the basic swing door.
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)
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
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?