<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[rotate head]]></title><description><![CDATA[<p dir="auto">any script that rotates my head 180° when i click a key? plz</p>
]]></description><link>https://forum.liquidbounce.net/topic/742/rotate-head</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 21:52:36 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/742.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 16 Oct 2020 18:47:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to rotate head on Fri, 30 Oct 2020 22:02:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/d%C3%B6ner" aria-label="Profile: Döner">@<bdi>Döner</bdi></a> into scripts folder</p>
]]></description><link>https://forum.liquidbounce.net/post/6226</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/6226</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Fri, 30 Oct 2020 22:02:41 GMT</pubDate></item><item><title><![CDATA[Reply to rotate head on Fri, 30 Oct 2020 21:49:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czechhek" aria-label="Profile: CzechHek">@<bdi>CzechHek</bdi></a> where do i put the <a href="http://dyskord.cc/Core" target="_blank" rel="noopener noreferrer nofollow ugc">http://dyskord.cc/Core</a> file</p>
]]></description><link>https://forum.liquidbounce.net/post/6225</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/6225</guid><dc:creator><![CDATA[Döner]]></dc:creator><pubDate>Fri, 30 Oct 2020 21:49:45 GMT</pubDate></item><item><title><![CDATA[Reply to rotate head on Fri, 16 Oct 2020 23:33:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yorik100" aria-label="Profile: yorik100">@<bdi>yorik100</bdi></a> I was pretty sure some client had a module named Flip yeah.</p>
]]></description><link>https://forum.liquidbounce.net/post/5834</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/5834</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Fri, 16 Oct 2020 23:33:30 GMT</pubDate></item><item><title><![CDATA[Reply to rotate head on Fri, 16 Oct 2020 21:09:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czechhek" aria-label="Profile: CzechHek">@<bdi>CzechHek</bdi></a> said in <a href="/post/5829">rotate head</a>:</p>
<blockquote>
<pre><code>///api_version=2
(script = registerScript({
    name: "Flip",
    authors: ["CzechHek"],
    version: "1.0"
})).import("Core.lib");

module = {
    category: "Player",
    description: "Rotates your head 180 degrees.",
    onUpdate: function () {
        FlipModule.state = !(mc.thePlayer.rotationYaw += 180);
    }
}
</code></pre>
<p dir="auto">Requires <a href="http://dyskord.cc/Core" target="_blank" rel="noopener noreferrer nofollow ugc">dyskord.cc/Core</a></p>
</blockquote>
<p dir="auto"><img src="/assets/uploads/files/1602882537942-1283ba00-d459-4a3b-ab71-9abaf89761e4-image.png" alt="1283ba00-d459-4a3b-ab71-9abaf89761e4-image.png" class=" img-fluid img-markdown" /><br />
ANOTHER WEEPCRAFT MODULE, NO WAY</p>
]]></description><link>https://forum.liquidbounce.net/post/5830</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/5830</guid><dc:creator><![CDATA[yorik100]]></dc:creator><pubDate>Fri, 16 Oct 2020 21:09:10 GMT</pubDate></item><item><title><![CDATA[Reply to rotate head on Fri, 16 Oct 2020 20:08:52 GMT]]></title><description><![CDATA[<pre><code>///api_version=2
(script = registerScript({
    name: "Flip",
    authors: ["CzechHek"],
    version: "1.0"
})).import("Core.lib");

module = {
    category: "Player",
    description: "Rotates your head 180 degrees.",
    onUpdate: function () {
        FlipModule.state = !(mc.thePlayer.rotationYaw += 180);
    }
}
</code></pre>
<p dir="auto">Requires <a href="http://dyskord.cc/Core" target="_blank" rel="noopener noreferrer nofollow ugc">dyskord.cc/Core</a></p>
]]></description><link>https://forum.liquidbounce.net/post/5829</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/5829</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Fri, 16 Oct 2020 20:08:52 GMT</pubDate></item></channel></rss>