Is Descendant Of
Description
Returns a boolean on whether or not the given object is a descendant of another object
Available to
Inputs
Ancestor (Object)
You give the path to an object.
script.Parent.Part
Descendant (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.
IsDescendant
Last updated