<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.starfall.wtf/index.php?action=history&amp;feed=atom&amp;title=How_To_Make_A_Door</id>
	<title>How To Make A Door - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.starfall.wtf/index.php?action=history&amp;feed=atom&amp;title=How_To_Make_A_Door"/>
	<link rel="alternate" type="text/html" href="https://wiki.starfall.wtf/index.php?title=How_To_Make_A_Door&amp;action=history"/>
	<updated>2026-07-28T16:14:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.starfall.wtf/index.php?title=How_To_Make_A_Door&amp;diff=369&amp;oldid=prev</id>
		<title>PRG: Created page with &quot;{{CatUp|Tutorials}} {{ImproperArchive}} __TOC__  ==How to make a regular door== ===Steps===  1.) Make a 1x1x1 brick. Anchor it. Give the top Surface a hinge.  Image:Door1.jpg  2.) Make the door. It can be any Size you want.  Image:Door2.jpg  3.) Make a brick the same Size as the first one. Put it on top. But this time put the hinge on the bottom.  Image:Door3.jpg  ===Test===   If you haven&#039;t, test out your door in solo or online m...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.starfall.wtf/index.php?title=How_To_Make_A_Door&amp;diff=369&amp;oldid=prev"/>
		<updated>2024-12-10T12:20:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{CatUp|Tutorials}} {{ImproperArchive}} __TOC__  ==How to make a regular door== ===Steps===  1.) Make a 1x1x1 brick. &lt;a href=&quot;/index.php/Anchored&quot; class=&quot;mw-redirect&quot; title=&quot;Anchored&quot;&gt;Anchor&lt;/a&gt; it. Give the top &lt;a href=&quot;/index.php?title=Surface&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Surface (page does not exist)&quot;&gt;Surface&lt;/a&gt; a hinge.  &lt;a href=&quot;/index.php/File:Door1.jpg&quot; title=&quot;File:Door1.jpg&quot;&gt;Image:Door1.jpg&lt;/a&gt;  2.) Make the door. It can be any &lt;a href=&quot;/index.php?title=Size&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Size (page does not exist)&quot;&gt;Size&lt;/a&gt; you want.  &lt;a href=&quot;/index.php/File:Door2.jpg&quot; title=&quot;File:Door2.jpg&quot;&gt;Image:Door2.jpg&lt;/a&gt;  3.) Make a &lt;a href=&quot;/index.php?title=Brick&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Brick (page does not exist)&quot;&gt;brick&lt;/a&gt; the same &lt;a href=&quot;/index.php?title=Size&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Size (page does not exist)&quot;&gt;Size&lt;/a&gt; as the first one. Put it on top. But this time put the hinge on the bottom.  &lt;a href=&quot;/index.php/File:Door3.jpg&quot; title=&quot;File:Door3.jpg&quot;&gt;Image:Door3.jpg&lt;/a&gt;  ===Test===   If you haven&amp;#039;t, test out your door in solo or online m...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{CatUp|Tutorials}}&lt;br /&gt;
{{ImproperArchive}}&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==How to make a regular door==&lt;br /&gt;
===Steps===&lt;br /&gt;
&lt;br /&gt;
1.) Make a 1x1x1 brick. [[Anchored|Anchor]] it. Give the top [[Surface]] a hinge.&lt;br /&gt;
&lt;br /&gt;
[[Image:Door1.jpg]]&lt;br /&gt;
&lt;br /&gt;
2.) Make the door. It can be any [[Size]] you want.&lt;br /&gt;
&lt;br /&gt;
[[Image:Door2.jpg]]&lt;br /&gt;
&lt;br /&gt;
3.) Make a [[brick]] the same [[Size]] as the first one. Put it on top. But this time put the hinge on the bottom.&lt;br /&gt;
&lt;br /&gt;
[[Image:Door3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Test===&lt;br /&gt;
 &lt;br /&gt;
If you haven&amp;#039;t, test out your door in solo or online mode. See if you can go through it. If not, repeat.&lt;br /&gt;
&lt;br /&gt;
[[Image:Door4.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Tips===&lt;br /&gt;
&lt;br /&gt;
1. Try to make your brick [[How_To_Make_A_Transparent_Brick|transparent]]. It may look better to other players.&lt;br /&gt;
&lt;br /&gt;
2. Try different colors! Pick the one that you like.&lt;br /&gt;
&lt;br /&gt;
3. Finally, [[Publish]] your model if you want to.&lt;br /&gt;
&lt;br /&gt;
==Making Timed Doors==&lt;br /&gt;
&lt;br /&gt;
This guide will teach you how to make a door that opens every minute (or whenever you want).&lt;br /&gt;
&lt;br /&gt;
*First make your door. Insert a script into it.&lt;br /&gt;
&lt;br /&gt;
===How to Define the Door===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
door = script.Parent &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The While Loop===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
while true do&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The Main Body of the Script===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
door.Transparency = 1 --an invisible door&lt;br /&gt;
door.CanCollide = false --a walkthroughable door&lt;br /&gt;
wait(5)&lt;br /&gt;
door.Transparency = 0.5 --a partially visible door&lt;br /&gt;
door.CanCollide = true --a door that is NOT walkthroughable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===A One-Minute Delay===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wait(60) --This sets how long before each door opening.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Add an End===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
end &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===The entire script===&lt;br /&gt;
&lt;br /&gt;
The entire script, put together, will look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
door = script.Parent &lt;br /&gt;
&lt;br /&gt;
while true do&lt;br /&gt;
&lt;br /&gt;
door.Transparency = 1&lt;br /&gt;
door.CanCollide = false &lt;br /&gt;
wait(5)&lt;br /&gt;
door.Transparency = 0.5&lt;br /&gt;
door.CanCollide = true &lt;br /&gt;
wait(60) --You can edit this.&lt;br /&gt;
end &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Another example == &lt;br /&gt;
&lt;br /&gt;
===Start===&lt;br /&gt;
&lt;br /&gt;
This guide will teach you how to make a door that opens every minute, or whenever you want.&lt;br /&gt;
&lt;br /&gt;
First make your door.  Insert a script into it.&lt;br /&gt;
&lt;br /&gt;
===First Define The Door===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
door = script.Parent &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
===Add a While Loop===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
while true do&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
===The Main Body of the Script===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
door.Transparency = 1 --this is a completely invisible door&lt;br /&gt;
door.CanCollide = false --this is a door that you can walk through&lt;br /&gt;
wait(5) --this is how long the door is in this state in seconds&lt;br /&gt;
door.Transparency = 0.5 --this is a partially visible door&lt;br /&gt;
door.CanCollide = true --this is a door that you collide with&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
===The Minute Delay===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wait(60) --this is the total number of seconds you want the door to be visible&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
===Add an end===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
end &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
===The entire script===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
door = script.Parent &lt;br /&gt;
&lt;br /&gt;
while true do&lt;br /&gt;
&lt;br /&gt;
door.Transparency = 1&lt;br /&gt;
door.CanCollide = false &lt;br /&gt;
wait(5) -- Warning: making it too fast will lag your map.&lt;br /&gt;
door.Transparency = 0.5&lt;br /&gt;
door.CanCollide = true &lt;br /&gt;
wait(60) -- You can edit this. Warning: making it too fast will lag your map.&lt;br /&gt;
end &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===What it looks before the script main body works===&lt;br /&gt;
http://wiki.roblox.com/images/1/1b/Roblox_2008-07-20_17-46-17-71.JPG&lt;br /&gt;
===After The Main Body of the script works===&lt;br /&gt;
http://wiki.roblox.com/images/2/2e/Roblox_2008-07-20_17-52-54-77.JPG&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
[[How do I make VIP doors?|How to make a VIP door?]]&lt;br /&gt;
&lt;br /&gt;
[[How_To_Make_A_Transparent_Brick|How to make a transparent brick]]&lt;br /&gt;
&lt;br /&gt;
[[How to make text on a brick]]&lt;br /&gt;
&lt;br /&gt;
[[How to make a rotating door]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building Tutorials]]&lt;br /&gt;
[[Category:Player Created]]&lt;/div&gt;</summary>
		<author><name>PRG</name></author>
	</entry>
</feed>