Is Ancestor Of

Description

Returns a boolean on whether or not the given object is a descendant of another object

Available to

Inputs

Descendant (Object)

You give the path to an object.

workspace.Player.Humanoid

Ancestor (Object)

You give the path to an object.

workspace

Outputs

OutputValue (Bool)

You give the block the variable you want the result to be saved to.

IsAncestor

Last updated