How to Make a Two Button Opening Door on Roblox Studio HD

27.06.2018
My first ever tutorial video on Roblox Studio, I hope you liked it and hit that like button for more. Open Script: function onClicked() script.Parent.Parent.Door.Transparency=0 script.Parent.Parent.Door.CanCollide=true end script.Parent.ClickDetector.MouseClick:connect(onClicked) Close Script: function onClicked() script.Parent.Parent.Door.Transparency=1 script.Parent.Parent.Door.CanCollide=false end script.Parent.ClickDetector.MouseClick:connect(onClicked) The Model: https://web.roblox.com/library/2007757124/Button-Door

Похожие видео

Показать еще