Parent (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
Fixed
>NXTBoy
Fixed
(No difference)

Revision as of 16:28, 24 December 2010

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


Usage

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

See Also

Instance Hierarchy