ROBLOX - How to make a ClickDetector/Click and Open Door HD

19.03.2014
In this video it shows how to make a ClickDetector Door on ROBLOX. For example, you click a button and the door opens, you click the other button, and the door closes. SCRIPT ONE: function click() script.Parent.Parent.Door.Transparency = 0.8 script.Parent.Parent.Door.CanCollide = false end script.Parent.ClickDetector.MouseClick:connect(click) SCRIPT TWO: function click() script.Parent.Parent.Door.Transparency = 0 script.Parent.Parent.Door.CanCollide = true end script.Parent.ClickDetector.MouseClick:connect(click)

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

Показать еще