<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: DayFlyOrigins</title>
    <description>The latest articles on DEV Community by DayFlyOrigins (@dayflyorigins).</description>
    <link>https://dev.to/dayflyorigins</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F458085%2F8ee58cf9-304a-42e4-8ee7-1e6dd6fb5122.jpeg</url>
      <title>DEV Community: DayFlyOrigins</title>
      <link>https://dev.to/dayflyorigins</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dayflyorigins"/>
    <language>en</language>
    <item>
      <title>Game Loaded warning (Lua)</title>
      <dc:creator>DayFlyOrigins</dc:creator>
      <pubDate>Wed, 26 Aug 2020 11:08:49 +0000</pubDate>
      <link>https://dev.to/dayflyorigins/game-loaded-warning-lua-3i10</link>
      <guid>https://dev.to/dayflyorigins/game-loaded-warning-lua-3i10</guid>
      <description>&lt;p&gt;Hello! Welcome to another post on my profile. I hope you will enjoy it. So basically, we would wan't to give a script that works only on ROBLOX. As I guess. It's fast and really easy! Requires 3 line of the script. So, let's get into it!&lt;/p&gt;

&lt;p&gt;Basically, it's easy to guess. You just have to use some of the brain. Code:&lt;br&gt;
&lt;strong&gt;if game:IsLoaded() then&lt;br&gt;
 print("Game succesfully loaded!")&lt;br&gt;
end&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's all of this post, too! Well, i'm sorry for making so short posts. I just don't know what to make, to be honest. Thanks for viewing this post, and have a good day!&lt;/p&gt;

</description>
      <category>tutorial</category>
    </item>
    <item>
      <title>Lua Console commands</title>
      <dc:creator>DayFlyOrigins</dc:creator>
      <pubDate>Wed, 26 Aug 2020 11:04:24 +0000</pubDate>
      <link>https://dev.to/dayflyorigins/lua-console-commands-466o</link>
      <guid>https://dev.to/dayflyorigins/lua-console-commands-466o</guid>
      <description>&lt;p&gt;Hello! Welcome to my first post. It's about basic 3 console commands with the Lua language. First of all, is a "print" command. For example:&lt;br&gt;
print("Hello World!")&lt;br&gt;
Output: Console printed "Hello World!".&lt;/p&gt;

&lt;p&gt;Another command, is "warn". It prints a warn. For example, it warns that something went wrong in the system Command Example:&lt;br&gt;
warn("Found an bug in System.")&lt;br&gt;
Output: Console warned about an bug.&lt;/p&gt;

&lt;p&gt;And the last command for this post, is "error". It errors and may stop process that it errored. For example, it errors that something is texted in wrongly. Command Example:&lt;br&gt;
error("Syntax Error.")&lt;br&gt;
Output: Gives an error text.&lt;/p&gt;

&lt;p&gt;Well, sadly this is the end of the Tutorial! At least, I hope you enjoyed it. The commands should mostly work at the game called ROBLOX. ROBLOX is to play games but there is a application that is called ROBLOX Studio where you can create games. To add a script that does all of the commands, simply make a new game with any template you wan't. Then, click Workspace and then + and then search for Script. Then, text in the commands you would wan't it to print!&lt;/p&gt;

</description>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
