Parent (Property)

From Goodblox Wiki
Revision as of 06:59, 23 June 2020 by Pizzaboxer (talk | contribs) (Created page with "{{CatUp|Properties}} <onlyinclude>{{Property |name = Parent |property = Object ''An object's parent'' |description = The hierarchical parent of the cur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


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


Example:

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