Talk:How To Make A Door
I like the timed door for some places but the normal door is the best for when you need for a house.So I like this tutorial! Thank You
Testing
The script
door = script.Parent while true do door.Transparency = 1 door.CanCollide = false wait(5) door.Transparency = 0.5 door.CanCollide = true wait(60) end
works. If you don't want a (partially) invisible door, change the Transparency values. If you don't want to wait as long, change the wait values. If you do or do not want to be able to 'collide' with the door as the script allows you to, change the CanCollide values from true to false. MINDRAKER 16:59, 17 August 2008 (CDT)
This is a redirect from "Walkthrough bricks"
Yes it is a redirect from thatpage, So the way to get a walkthrough brick without using a script is: 1.Go to ROBLOX studio,Then into your place(IN EDIT MODE I RECCOMEND) 2.Click the brick you want to be walkthroughable 3.In the properties window at the bottom Right hand Corner, Look for "CANCOLLIDE" If you want to walk through it, Make sure It is unchecked If you want it to be solid, Make sure it is checked.