Parent (Property)
From Roblox Wiki
| Up one category: Properties |
| Property | |
| Name | Parent |
| Property | Object An object's parent |
| Description | The hierarchical parent of the currently selected object. |
| In Objects | Global |
Example:
print(script.Parent.Name) -- "Workspace" should appear in the output window (only if the script is located under Workspace).
