<?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=IsDescendantOf_%28Function%29</id>
	<title>IsDescendantOf (Function) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.starfall.wtf/index.php?action=history&amp;feed=atom&amp;title=IsDescendantOf_%28Function%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.starfall.wtf/index.php?title=IsDescendantOf_(Function)&amp;action=history"/>
	<updated>2026-07-28T16:15:09Z</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=IsDescendantOf_(Function)&amp;diff=567&amp;oldid=prev</id>
		<title>PRG: Created page with &quot;{| |&lt;onlyinclude&gt; {{Function| name                  = IsDescendantOf |arguments            = Instance &#039;&#039;&#039;ancestor&#039;&#039;&#039; |returns              = Boolean is descendant |description          = Returns True if the object is a descendant of &#039;&#039;ancestor&#039;&#039; |object               = Global |}}&lt;/onlyinclude&gt; |}  == Description ==  Tells whether one of the Parents of the Parents of etc.. of the calling object is the argument   == Example ==  &lt;pre&gt; a = Instance.new(&quot;Part&quot;) --&gt; pu...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.starfall.wtf/index.php?title=IsDescendantOf_(Function)&amp;diff=567&amp;oldid=prev"/>
		<updated>2024-12-11T10:35:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{| |&amp;lt;onlyinclude&amp;gt; {{Function| name                  = IsDescendantOf |arguments            = &lt;a href=&quot;/index.php/Instance&quot; title=&quot;Instance&quot;&gt;Instance&lt;/a&gt; &amp;#039;&amp;#039;&amp;#039;ancestor&amp;#039;&amp;#039;&amp;#039; |returns              = &lt;a href=&quot;/index.php/Boolean&quot; class=&quot;mw-redirect&quot; title=&quot;Boolean&quot;&gt;Boolean&lt;/a&gt; is descendant |description          = Returns True if the object is a descendant of &amp;#039;&amp;#039;ancestor&amp;#039;&amp;#039; |object               = Global |}}&amp;lt;/onlyinclude&amp;gt; |}  == Description ==  Tells whether one of the Parents of the Parents of etc.. of the calling object is the argument   == Example ==  &amp;lt;pre&amp;gt; a = Instance.new(&amp;quot;Part&amp;quot;) --&amp;gt; pu...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{|&lt;br /&gt;
|&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
{{Function|&lt;br /&gt;
name                  = IsDescendantOf&lt;br /&gt;
|arguments            = [[Instance]] &amp;#039;&amp;#039;&amp;#039;ancestor&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|returns              = [[Boolean]] is descendant&lt;br /&gt;
|description          = Returns True if the object is a descendant of &amp;#039;&amp;#039;ancestor&amp;#039;&amp;#039;&lt;br /&gt;
|object               = Global&lt;br /&gt;
|}}&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Tells whether one of the Parents of the Parents of etc.. of the calling object is the argument &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
a = Instance.new(&amp;quot;Part&amp;quot;) --&amp;gt; put a part in workspace&lt;br /&gt;
a.Parent = game.Workspace&lt;br /&gt;
&lt;br /&gt;
print(a:IsDescendantOf(game)) --&amp;gt; prints true&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Functions]]&lt;/div&gt;</summary>
		<author><name>PRG</name></author>
	</entry>
</feed>