Instance
Show Deprecated
Not Creatable
Not Browsable
Summary
Properties
Events
AncestryChanged(child: Instance, parent: Instance): RBXScriptSignal |
AttributeChanged(attribute: string): RBXScriptSignal |
Changed(property: string): RBXScriptSignal |
ChildAdded(child: Instance): RBXScriptSignal |
ChildRemoved(child: Instance): RBXScriptSignal |
DescendantAdded(descendant: Instance): RBXScriptSignal |
DescendantRemoving(descendant: Instance): RBXScriptSignal |
Destroying(): RBXScriptSignal |
Methods
ClearAllChildren(): nil |
Clone(): Instance |
Destroy(): nil |
FindFirstAncestor(name: string): Instance |
FindFirstAncestorOfClass(className: string): Instance |
FindFirstAncestorWhichIsA(className: string): Instance |
FindFirstChild(name: string, recursive: boolean): Instance |
FindFirstChildOfClass(className: string): Instance |
FindFirstChildWhichIsA(className: string, recursive: boolean): Instance |
FindFirstDescendant(name: string): Instance |
GetActor(): Actor |
GetAttribute(attribute: string): Variant |
GetAttributeChangedSignal(attribute: string): RBXScriptSignal |
GetAttributes(): Dictionary |
GetChildren(): Objects |
GetDebugId(scopeLength: number): string NOT BROWSABLE |
GetDescendants(): Array CUSTOM LUA STATE |
GetFullName(): string |
GetPropertyChangedSignal(property: string): RBXScriptSignal |
IsA(className: string): boolean CUSTOM LUA STATE |
IsAncestorOf(descendant: Instance): boolean |
IsDescendantOf(ancestor: Instance): boolean |
SetAttribute(attribute: string, value: Variant): nil |
WaitForChild(childName: string, timeOut: number): Instance CUSTOM LUA STATE, CAN YIELD |
Properties
Archivable
ClassName
Parent
Not Replicated
Events
AncestryChanged
AttributeChanged
Changed
ChildAdded
ChildRemoved
DescendantAdded
DescendantRemoving
Destroying
Methods
ClearAllChildren
Clone
Destroy
FindFirstAncestor
FindFirstAncestorOfClass
FindFirstAncestorWhichIsA
FindFirstChild
FindFirstChildOfClass
FindFirstChildWhichIsA
FindFirstDescendant
GetActor
GetAttribute
GetAttributeChangedSignal
GetAttributes
GetChildren
GetDebugId
Not Browsable
Plugin Security
GetDescendants
Custom Lua State
GetFullName
GetPropertyChangedSignal
IsA
Custom Lua State
IsAncestorOf
IsDescendantOf
SetAttribute
WaitForChild
Custom Lua State
Can Yield