Parent (Property)

From ROBLOX Wiki

(Redirected from Parent)
Jump to: navigation, search
Image:ArrowSquare.png Up one category:
Properties
Property
NameParent
PropertyObject An object's parent
Description: The hierarchical parent of the currently selected object.
In Object:Global

Example:

print(script.Parent.Name)
-- "Workspace" should appear in the output window (only if the script
is located under Workspace).
Personal tools