Parent (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
No edit summary
>Mindraker
cats
Line 1: Line 1:
{{CatUp|Properties}}
{{Property|
{{Property|
name = Parent
name = Parent
Line 11: Line 13:
is located under Workspace).
is located under Workspace).
</pre>
</pre>
[[Category:Properties]]

Revision as of 12:23, 3 September 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).