IsDescendantOf (Method)
From Legacy Roblox Wiki
IsDescendantOf( Instance ancestor ) | |
Returns | bool |
Description: | Returns true if the object is an descendant of ancestor. |
Member of: | Instance |
Description
Tells whether one of the Parents of the Parents of etc.. of the calling object is the argument.
Example