This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.
Tags: notbrowsable
Property | Type | |
---|---|---|
Archivable | bool | |
ClassName | string | |
DataCost | int | |
Name | string | |
Parent | Class:Instance | |
RobloxLocked | bool | |
archivable | bool | |
className | string |
Returns | YieldFunction | History | |
---|---|---|---|
Instance | WaitForChild ( string childName ) | (+0.90, −0.251) |
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) |
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.
Tags: readonly
Tags: LocalUserSecurity, readonly
Tags: PluginSecurity
Returns a copy of the object, including all descendants. The properties of each object are copied.
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.
Version History:(+0.298)
Version History:(+0.285)
Deprecated: This member is deprecated.
Deprecated: This member is deprecated.
Deprecated: This member is deprecated.
Deprecated: This member is deprecated.
Version History:(+0.50)
Deprecated: This member is deprecated.
Deprecated: This member is deprecated.
Fired after a child has been added to the object.