Parent (Property)

From Legacy Roblox Wiki
Revision as of 02:26, 5 August 2010 by >NXTBoy
Jump to navigationJump to search
Parent
Property Object An object's parent
Description The hierarchical parent of the currently selected object.
Member of Global


Usage

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

See Also

Instance Hierarchy