of     1   

minicl55
#45829467Wednesday, April 20, 2011 1:19 AM GMT

As in, not clicked Thanks a lot! ~~minicl55~~
1r2o
#45829538Wednesday, April 20, 2011 1:20 AM GMT

That sir is not easily described. I know how to do it though.
minicl55
#45829558Wednesday, April 20, 2011 1:21 AM GMT

Can you make me a model and I can take it and give you credit?
chao50
#45830825Wednesday, April 20, 2011 1:40 AM GMT

... Thats so easy, Im bored so I'll help Insert this into the button brick function onTouched(hit) if hit.Parent.Humanoid ~= nil then door.Transparency = 1 door.CanCollide = false wait(3) door.Transparency = 0 door.CanCollide = true end end script.Parent.Touched:connect(onTouched) Also make your doors name door. This should work
minicl55
#45831599Wednesday, April 20, 2011 1:52 AM GMT

"... Thats so easy, Im bored so I'll help " Pretty funny, actually laughed out loud... Anyway, thanks for the help! (I love how you can get answers so fast here....) Thanks all of you! ~~minicl55~~
smurf279
#45835537Wednesday, April 20, 2011 3:18 AM GMT

Use the onTouch function. . . I guess another way you could do it other then settting the CanCollide off is changing the CFrame but nnvm.

    of     1