Parent (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>Mr Doom Bringer
No edit summary
(No difference)

Revision as of 21:52, 4 June 2010

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).