Instance
Instance.new()
. Because this is an abstract class.name: string
Instance
FindChild(string name)
FindFirstChild(string name)
name
parameter; however, if the child does not exist, then it’ll return Nil
. An example:
anchored: bool
Instance
is anchored or not.
Destroy()
Instance
. An example:
IsA()
new(string className)
(static)SetAttribute(string attribute_name, object attribute_value)
GetAttribute(string attribute_name)
GetChildren()
Instance[]
(Instance array) with the children. An example:
OnMouseEntered
Instance
. An example:
OnMouseExited
Instance
. An example: