Parent (Property): Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 December 2024

  • curprev 12:4312:43, 11 December 2024 PRG talk contribs 415 bytes +415 Created page with "{{CatUp|Properties}} <onlyinclude>{{Property |name = Parent |property = Object ''An object's parent'' |description = The hierarchical parent of the currently selected object. |object = Global }}</onlyinclude> '''Example:''' <pre> print(script.Parent.Name) -- "Workspace" should appear in the output window (only if the script is located under Workspace). </pre> Category:Properties"