Parent (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
m Parent moved to Parent (Property)
>Anaminus
No edit summary
Line 1: Line 1:
{{Property|
{{Property|
name = Parent
name = Parent
|property = [[Object]] ''An object's parent''
|property = [[Instance|Object]] ''An object's parent''
|description = The hierarchical parent of the currently selected object.
|description = The hierarchical parent of the currently selected object.
|object = Global
|object = Global

Revision as of 17:09, 6 August 2008

Parent
Property Object An object's parent
Description The hierarchical parent of the currently selected object.
Member of Global

Example:

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