is there any way that you can make a door with a lot of parts of the door it would be really nice if you could.(not saying this bad video its a great video)
local clickdetector = script.parent local button = script.oarent.parent local door = script.parent.parent.parent.door if clickdetector then clickdetector.mouseclick:connect(function(player) if player then door end end) end
I'm the 120 subscriber it's really help me thank you so much❤
is there any way that you can make a door with a lot of parts of the door it would be really nice if you could.(not saying this bad video its a great video)
for _, part in Door:GetChildren() do
part.Transparency = 1
part.CanCollide = false
end
If your door is a model
nice tutorial bro! ;)
Thx
Tnx You Gain A Sub😁
local clickdetector = script.parent
local button = script.oarent.parent
local door = script.parent.parent.parent.door
if clickdetector then
clickdetector.mouseclick:connect(function(player)
if player then
door
end
end)
end
a lil typo on the button variable