<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lua on Start AI Tools - Presented by Intent Solutions</title><link>https://startaitools.com/tags/lua/</link><description>Recent content in Lua on Start AI Tools - Presented by Intent Solutions</description><generator>Hugo</generator><language>en-US</language><copyright>Intent Solutions. All rights reserved.</copyright><lastBuildDate>Thu, 09 Apr 2026 22:58:47 -0500</lastBuildDate><atom:link href="https://startaitools.com/tags/lua/index.xml" rel="self" type="application/rss+xml"/><item><title>County Line Procedural Terrain, Bounty Memory Layer</title><link>https://startaitools.com/posts/county-line-procedural-terrain-bounty-memory-layer/</link><pubDate>Sat, 24 Jan 2026 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/county-line-procedural-terrain-bounty-memory-layer/</guid><description>&lt;h2 id="procedural-terrain"&gt;Procedural Terrain&lt;/h2&gt;
&lt;p&gt;County Line&amp;rsquo;s static map was a placeholder. Handcrafted terrain works for small areas but mud racing needs variety — different trail layouts, varying elevation, terrain textures that change between runs. January 24th started the procedural generation system.&lt;/p&gt;
&lt;p&gt;The terrain generation uses Roblox&amp;rsquo;s &lt;code&gt;Terrain:FillBlock&lt;/code&gt; and &lt;code&gt;Terrain:FillBall&lt;/code&gt; APIs to place voxel-based terrain at runtime. A seed-based noise function (Perlin via &lt;code&gt;math.noise&lt;/code&gt;) controls elevation. The generator runs on the server at place load, creating a unique layout each session while keeping the structural features consistent — hills are always where you expect hills, but the exact contours vary.&lt;/p&gt;</description></item><item><title>County Line: Roblox Game from Template to Feature-Complete in One Day</title><link>https://startaitools.com/posts/county-line-roblox-game-zero-to-playable/</link><pubDate>Thu, 22 Jan 2026 10:00:00 -0600</pubDate><guid>https://startaitools.com/posts/county-line-roblox-game-zero-to-playable/</guid><description>&lt;h2 id="from-template-to-playable"&gt;From Template to Playable&lt;/h2&gt;
&lt;p&gt;County Line is a UTV mud racing game for Roblox. On January 22nd it went from a blank &lt;code&gt;roblox-game-template&lt;/code&gt; initial commit to a feature-complete game across six development phases in 14 commits. Three repos were touched: the game itself, the template it was scaffolded from, and supporting agent infrastructure.&lt;/p&gt;
&lt;p&gt;The velocity came from having a structured phase plan before writing any code. Each phase had clear exit criteria, and no phase started until the previous one was done. Six phases, one day, zero rework.&lt;/p&gt;</description></item></channel></rss>