RBX.lua.Instance (Object): 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 22:15, 5 August 2010

Instance
Instance (extends ROOT)
method Clone
method FindFirstChild
method GetChildren
method GetDebugId
method GetFullName
method IsA
method IsAncestorOf
method IsDescendantOf
method Destroy
method ClearAllChildren
property Name
property Parent
property Archivable
property ClassName
property RobloxLocked
property DataCost
event AncestryChanged
event Changed
event ChildAdded
event ChildRemoved
event DescendantAdded
event DescendantRemoving

Base class for all objects in Game hierarchy. Also called Global methods, properties, and events. You cannot directly create Instances, instead you use these on any Game object.

Hierarchy
Child: Accoutrement
Child: BasePart
Child: DataModelMesh
Child: Feature
Child: JointInstance
Child: Clothing
Child: GuiBase
Child: GuiBase3d
Child: BackpackItem

Clone, FindFirstChild, GetChildren, GetDebugId, GetFullName, IsA, IsAncestorOf, IsDescendantOf, Destroy, ClearAllChildren,

Name, Parent, Archivable, ClassName, RobloxLocked, DataCost,

AncestryChanged, Changed, ChildAdded, ChildRemoved, DescendantAdded, DescendantRemoving,