This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notbrowsable

Members

Functions

Returns Function History
void ClearAllChildren ( ) (+0.49)
Instance Clone ( )
void Destroy ( ) (+0.49)
Instance FindFirstAncestor ( string name ) (+0.298)
Instance FindFirstAncestorOfClass ( string className ) (+0.298)
Instance FindFirstAncestorWhichIsA ( string className ) (+0.298)
Instance FindFirstChild ( string name, bool recursive = false )
Instance FindFirstChildOfClass ( string className ) (+0.259)
Instance FindFirstChildWhichIsA ( string className, bool recursive = false ) (+0.298)
Objects GetChildren ( )
string GetDebugId ( int scopeLength = 4 )
Array GetDescendants ( ) (+0.303)
string GetFullName ( )
EventInstance GetPropertyChangedSignal ( string property ) (+0.285)
bool IsA ( string className )
bool IsAncestorOf ( Instance descendant )
bool IsDescendantOf ( Instance ancestor )
Instance WaitForChild ( string childName, double timeOut ) (+0.251)
void Remove ( )
Objects children ( )
Instance clone ( )
void destroy ( ) (+0.52)
Instance findFirstChild ( string name, bool recursive = false )
Objects getChildren ( ) (+0.48)
bool isA ( string className )
bool isDescendantOf ( Instance ancestor ) (+0.50)
void remove ( )

YieldFunctions

Returns YieldFunction History
Instance WaitForChild ( string childName ) (+0.90, −0.251)

Events

Event History
AncestryChanged ( Instance child, Instance parent )
Changed ( Property property )
ChildAdded ( Instance child )
ChildRemoved ( Instance child )
DescendantAdded ( Instance descendant )
DescendantRemoving ( Instance descendant )
childAdded ( Instance child ) (+0.50)

Property Descriptions

bool Instance.Archivable

Determines whether the object can be serialized. If false, then the object will not be included when saved in a place or model, or when being cloned with Instance.Clone.

string Instance.ClassName

Tags: readonly

int Instance.DataCost

Tags: LocalUserSecurity, readonly

string Instance.Name

Class:Instance Instance.Parent

bool Instance.RobloxLocked

Tags: PluginSecurity

bool Instance.archivable

Deprecated: This member is deprecated.

Tags: hidden

string Instance.className

Deprecated: This member is deprecated.

Tags: readonly

Function Descriptions

voidInstance.ClearAllChildren ( )

Version History:(+0.49)

InstanceInstance.Clone ( )

Returns a copy of the object, including all descendants. The properties of each object are copied.

voidInstance.Destroy ( )

Version History:(+0.49)

InstanceInstance.FindFirstAncestor ( string name )

Version History:(+0.298)

InstanceInstance.FindFirstAncestorOfClass ( string className )

Version History:(+0.298)

InstanceInstance.FindFirstAncestorWhichIsA ( string className )

Version History:(+0.298)

InstanceInstance.FindFirstChild ( string name, bool recursive = false )

Returns the first child in the object whose Name is name, or nil if the child cannot be found. If recursive is true, FindFirstChild will also be called on each of the object's children, effectively searching for the first descendant of the object.

InstanceInstance.FindFirstChildOfClass ( string className )

Version History:(+0.259)

InstanceInstance.FindFirstChildWhichIsA ( string className, bool recursive = false )

Version History:(+0.298)

ObjectsInstance.GetChildren ( )

stringInstance.GetDebugId ( int scopeLength = 4 )

Tags: PluginSecurity, notbrowsable

ArrayInstance.GetDescendants ( )

Version History:(+0.303)

stringInstance.GetFullName ( )

EventInstanceInstance.GetPropertyChangedSignal ( string property )

Version History:(+0.285)

boolInstance.IsA ( string className )

boolInstance.IsAncestorOf ( Instance descendant )

boolInstance.IsDescendantOf ( Instance ancestor )

InstanceInstance.WaitForChild ( string childName, double timeOut )

Version History:(+0.251)

voidInstance.Remove ( )

Deprecated: This member is deprecated.

ObjectsInstance.children ( )

Deprecated: This member is deprecated.

InstanceInstance.clone ( )

Deprecated: This member is deprecated.

voidInstance.destroy ( )

Version History:(+0.52)

Deprecated: This member is deprecated.

InstanceInstance.findFirstChild ( string name, bool recursive = false )

Deprecated: This member is deprecated.

ObjectsInstance.getChildren ( )

Version History:(+0.48)

Deprecated: This member is deprecated.

boolInstance.isA ( string className )

Deprecated: This member is deprecated.

boolInstance.isDescendantOf ( Instance ancestor )

Version History:(+0.50)

Deprecated: This member is deprecated.

voidInstance.remove ( )

Deprecated: This member is deprecated.

YieldFunction Descriptions

InstanceInstance.WaitForChild ( string childName )

Version History:(+0.90, −0.251)

Event Descriptions

Instance.AncestryChanged ( Instance child, Instance parent )

Instance.Changed ( Property property )

Instance.ChildAdded ( Instance child )

Fired after a child has been added to the object.

  • child: The object that was added as a child to the object.

Instance.ChildRemoved ( Instance child )

Instance.DescendantAdded ( Instance descendant )

Instance.DescendantRemoving ( Instance descendant )

Instance.childAdded ( Instance child )

Version History:(+0.50)

Deprecated: This member is deprecated.

Inherited by: