Global Properties: Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
Line 24: Line 24:
|[[IsDescendantOf (Function)|IsDescendantOf]]
|[[IsDescendantOf (Function)|IsDescendantOf]]
|
|
|[[DescendantAdded (Function)|DescendantAdded]]
|[[DescendantAdded (Event)|DescendantAdded]]
|-
|-
|[[Remove (Function)|Remove]]
|[[Remove (Function)|Remove]]
|
|
|[[DescendantRemoving (Function)|DescendantRemoving]]
|[[DescendantRemoving (Event)|DescendantRemoving]]
|-
|-
|<br>
|<br>
|}
|}

Revision as of 11:52, 23 June 2020

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