Global Properties: Difference between revisions

From ROBLOX Wiki
Jump to navigationJump to search
Created page with "==Globals== There are a number of events, objects, values, etc. that are ''global'', in this case meaning that in every class you will be able to find these. It is assumed that these are in all of the Roblox classes, unless noted in the class description. {| cellspacing="5" border="0" width="50%" style="background-color: #fdd; border: 2px dashed #f00;" !Functions !Properties !Events |- |Clone |Name |AncestryChanged (Event)|Ance..."
 
 
Line 18: Line 18:
|[[ChildAdded (Event)|ChildAdded]]
|[[ChildAdded (Event)|ChildAdded]]
|-
|-
|<span style="color:red">#</span> [[GetDebugId (Function)|GetDebugId]]
|[[IsAncestorOf (Function)|IsAncestorOf]]
|[[className (Property)|className]]
|[[className (Property)|className]]
|[[ChildRemoved (Event)|ChildRemoved]]
|[[ChildRemoved (Event)|ChildRemoved]]
|-
|-
|[[GetFullName (Function)|GetFullName]]
|[[IsDescendantOf (Function)|IsDescendantOf]]
|
|
|[[DescendantAdded (Event)|DescendantAdded]]
|[[DescendantAdded (Event)|DescendantAdded]]
|-
|-
|[[IsA (Function)|IsA]]
|[[Remove (Function)|Remove]]
|
|
|[[DescendantRemoving (Event)|DescendantRemoving]]
|[[DescendantRemoving (Event)|DescendantRemoving]]
|-
|[[IsAncestorOf (Function)|IsAncestorOf]]
|-
|[[IsDescendantOf (Function)|IsDescendantOf]]
|-
|[[Remove (Function)|Remove]]
|-
|<s>[[children (Function)|children]]</s>
|-
|<br>
|<br>
|}
|}

Latest revision as of 12:25, 11 December 2024

Globals

There are a number of events, objects, values, etc. that are global, in this case meaning that in every class you will be able to find these. It is assumed that these are in all of the Roblox classes, unless noted in the class description.

Functions Properties Events
Clone Name AncestryChanged
FindFirstChild Parent Changed
GetChildren archivable ChildAdded
IsAncestorOf className ChildRemoved
IsDescendantOf DescendantAdded
Remove DescendantRemoving