|Tutorial|| How to make a working door|| [ROBLOX]
Channel:
Subscribers:
8,900
Published on ● Video Link: https://www.youtube.com/watch?v=-t9QELV16Wg
Hi welcome to a video of me teaching you guys how to make a working door hope you enjoyed! To show your support please hit that subscribe button make it grey and hit that notification bell to. if you like the video please give it a BIG THUMBS up!
The Script I Used: Below
function OnClick()
script.Parent.Transparency = 1
script.Parent.CanCollide = false
script.Parent.Parent.Door2.Transparency = 0
script.Parent.Parent.Door2.CanCollide = true
end
script.Parent.ClickDetector.MouseClick:Connect(OnClick)
Hope you enjoyed!!