<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>x Roblox Tutorials x</title>
	<atom:link href="http://rbxtutorials.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rbxtutorials.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 27 Jul 2008 17:10:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rbxtutorials.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>x Roblox Tutorials x</title>
		<link>http://rbxtutorials.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rbxtutorials.wordpress.com/osd.xml" title="x Roblox Tutorials x" />
	<atom:link rel='hub' href='http://rbxtutorials.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Making a door that will open and close.</title>
		<link>http://rbxtutorials.wordpress.com/2008/07/27/door-creation/</link>
		<comments>http://rbxtutorials.wordpress.com/2008/07/27/door-creation/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 17:10:43 +0000</pubDate>
		<dc:creator>rbxtutorials</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rbxtutorials.wordpress.com/?p=11</guid>
		<description><![CDATA[Okay we are going to make a door that will open every minute. First Insert a block about the sise of a door and put a script into it. The script should look like this: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; door = script.Parent while true do door.Transparency = 1 door.CanCollide = false wait(5) door.Transparency = 0.5 door.CanCollide = true [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbxtutorials.wordpress.com&amp;blog=4309039&amp;post=11&amp;subd=rbxtutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Okay we are going to make a door that will open every minute. First Insert a block about the sise of a door and put a script into it. The script should look like this:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
door = script.Parent</p>
<p>while true do</p>
<p>door.Transparency = 1<br />
door.CanCollide = false<br />
wait(5)<br />
door.Transparency = 0.5<br />
door.CanCollide = true<br />
wait(60) &#8211;You can edit this.<br />
end<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>The door will be invisible and you can walk through it as if it was never there. After 5 seconds the door will re-appear and it will be&#8221;closed&#8221;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rbxtutorials.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rbxtutorials.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rbxtutorials.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rbxtutorials.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rbxtutorials.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rbxtutorials.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rbxtutorials.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rbxtutorials.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rbxtutorials.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rbxtutorials.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rbxtutorials.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rbxtutorials.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rbxtutorials.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rbxtutorials.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rbxtutorials.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rbxtutorials.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbxtutorials.wordpress.com&amp;blog=4309039&amp;post=11&amp;subd=rbxtutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rbxtutorials.wordpress.com/2008/07/27/door-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8d1a0ed45a874a49a2bb017728147c1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rbxtutorials</media:title>
		</media:content>
	</item>
		<item>
		<title>Plane Flying</title>
		<link>http://rbxtutorials.wordpress.com/2008/07/27/plane-flying/</link>
		<comments>http://rbxtutorials.wordpress.com/2008/07/27/plane-flying/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 03:30:39 +0000</pubDate>
		<dc:creator>rbxtutorials</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rbxtutorials.wordpress.com/?p=9</guid>
		<description><![CDATA[When I first started playing roblox I had no clue how to fly a plane, so this is for all you beginners. Its quite simple, the place should have a Plane tool, if there is a plane. Go down to the bottom of the screen and you will find a list of tools. The plane [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbxtutorials.wordpress.com&amp;blog=4309039&amp;post=9&amp;subd=rbxtutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I first started playing roblox I had no clue how to fly a plane, so this is for all you beginners.</p>
<p>Its quite simple, the place should have a Plane tool, if there is a plane. Go down to the bottom of the screen and you will find a list of tools. The plane tool can be calles Plane tool, Plane tool v2, v3, etc. Or maybe even Any Plane Tool. Sit in the plane seat, then click the plane tool. Once it is selected,  press Y to start the plane! F to fire, B to drop bombs, (not all planes have bombs) and X to land, if you flip ofer when you land, press L to level your plane.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rbxtutorials.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rbxtutorials.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rbxtutorials.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rbxtutorials.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rbxtutorials.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rbxtutorials.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rbxtutorials.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rbxtutorials.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rbxtutorials.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rbxtutorials.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rbxtutorials.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rbxtutorials.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rbxtutorials.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rbxtutorials.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rbxtutorials.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rbxtutorials.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbxtutorials.wordpress.com&amp;blog=4309039&amp;post=9&amp;subd=rbxtutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rbxtutorials.wordpress.com/2008/07/27/plane-flying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8d1a0ed45a874a49a2bb017728147c1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rbxtutorials</media:title>
		</media:content>
	</item>
		<item>
		<title>Scripting Basics 4 Newbs</title>
		<link>http://rbxtutorials.wordpress.com/2008/07/27/scripting-basics/</link>
		<comments>http://rbxtutorials.wordpress.com/2008/07/27/scripting-basics/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 03:21:29 +0000</pubDate>
		<dc:creator>rbxtutorials</dc:creator>
				<category><![CDATA[scripting]]></category>
		<category><![CDATA[message]]></category>

		<guid isPermaLink="false">http://rbxtutorials.wordpress.com/?p=6</guid>
		<description><![CDATA[Your not really a noob. But this tutorial will help you out. We are going to start out with learning how to make a message appear on the screen. In roblox studio, open up a new document, you dont have to build annything on it. Click Insert&#62;Object&#62;Script. (Make sure you dont click local script) The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbxtutorials.wordpress.com&amp;blog=4309039&amp;post=6&amp;subd=rbxtutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Your not really a noob. But this tutorial will help you out. We are going to start out with learning how to make a message appear on the screen. In roblox studio, open up a new document, you dont have to build annything on it. Click Insert&gt;Object&gt;Script. (Make sure you dont click local script) The script should look like this:</p>
<p>print(&#8220;Hello world!&#8221;)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Now change Hello World to Preparing to display message.</p>
<p>Now add the following script:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>m = Instance.new(&#8220;Message&#8221;)<br />
 m.Parent = game.Workspace<br />
 m.Text = &#8220;I am a message! I will delete in 3 seconds!&#8221;<br />
 wait(3)<br />
 m:remove()</p>
<p>wait(2)</p>
<p>print(&#8220;Message displayed Sucsessfully&#8221;)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>You can also display a flashing message, to catch peoples attention better.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>print(&#8220;Preparing to display message.&#8221;)</p>
<p>m = Instance.new(&#8220;Message&#8221;)<br />
 m.Parent = game.Workspace<br />
 m.Text = &#8220;I am a flashing message!&#8221;<br />
 wait(0.5)<br />
 m:remove()</p>
<p>wait(0.5)</p>
<p>m = Instance.new(&#8220;Message&#8221;)<br />
 m.Parent = game.Workspace<br />
 m.Text = &#8220;I am a flashing message!&#8221;<br />
 wait(0.5)<br />
 m:remove()</p>
<p>wait(0.5)</p>
<p>m = Instance.new(&#8220;Message&#8221;)<br />
 m.Parent = game.Workspace<br />
 m.Text = &#8220;I am a flashing message!&#8221;<br />
 wait(0.5)<br />
 m:remove()</p>
<p>wait(0.5)</p>
<p>m = Instance.new(&#8220;Message&#8221;)<br />
 m.Parent = game.Workspace<br />
 m.Text = &#8220;I am a flashing message!&#8221;<br />
 wait(0.5)<br />
 m:remove()</p>
<p>wait(0.5)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>HOW THIS SCRIPT WORKS!</p>
<p>the first line,  tells it to create a new message called m. It then tells the game where to put the message, and the message text. Than it uses the wait function to wait for A while before the message erases. Thats about it.</p>
<p>A COOL WAY TO USE THIS SCRIPT</p>
<p>In a script builder, you can use it to advertise stuff, like clothes you are selling, or your new place!</p>
<p>Thanks for using Roblox tutorials.</p>
<p><a href="http://www.roblox.com/">http://www.roblox.com/</a> if you havnt yet tried the game or let alone you have no clue what it is, go here. __^</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rbxtutorials.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rbxtutorials.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rbxtutorials.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rbxtutorials.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rbxtutorials.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rbxtutorials.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rbxtutorials.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rbxtutorials.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rbxtutorials.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rbxtutorials.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rbxtutorials.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rbxtutorials.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rbxtutorials.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rbxtutorials.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rbxtutorials.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rbxtutorials.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbxtutorials.wordpress.com&amp;blog=4309039&amp;post=6&amp;subd=rbxtutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rbxtutorials.wordpress.com/2008/07/27/scripting-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8d1a0ed45a874a49a2bb017728147c1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rbxtutorials</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction</title>
		<link>http://rbxtutorials.wordpress.com/2008/07/23/hello-world/</link>
		<comments>http://rbxtutorials.wordpress.com/2008/07/23/hello-world/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 23:58:23 +0000</pubDate>
		<dc:creator>rbxtutorials</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[roblox tutorials]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is a great place for roblox tutorials. Visit everyday for new tutorials. Bye<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbxtutorials.wordpress.com&amp;blog=4309039&amp;post=1&amp;subd=rbxtutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a great place for roblox tutorials. Visit everyday for new tutorials. Bye</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/rbxtutorials.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/rbxtutorials.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rbxtutorials.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rbxtutorials.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rbxtutorials.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rbxtutorials.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rbxtutorials.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rbxtutorials.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rbxtutorials.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rbxtutorials.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rbxtutorials.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rbxtutorials.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rbxtutorials.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rbxtutorials.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rbxtutorials.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rbxtutorials.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rbxtutorials.wordpress.com&amp;blog=4309039&amp;post=1&amp;subd=rbxtutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rbxtutorials.wordpress.com/2008/07/23/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8d1a0ed45a874a49a2bb017728147c1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rbxtutorials</media:title>
		</media:content>
	</item>
	</channel>
</rss>
