IsDescendantOf (Function): Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 December 2024

  • curprev 12:3512:35, 11 December 2024 PRG talk contribs 600 bytes +600 Created page with "{| |<onlyinclude> {{Function| name = IsDescendantOf |arguments = Instance '''ancestor''' |returns = Boolean is descendant |description = Returns True if the object is a descendant of ''ancestor'' |object = Global |}}</onlyinclude> |} == Description == Tells whether one of the Parents of the Parents of etc.. of the calling object is the argument == Example == <pre> a = Instance.new("Part") --> pu..."