API Status
This is a page indicating the current implementation status for instance methods and datatypes in
the roblox
library.
If an API on a class is not listed here it may not be within the scope for Lune and may not be
implemented in the future.
However, if a recently added datatype is missing, and it can be
used as an instance property, it is likely that it will be implemented.
Classes
Instance
Currently implemented APIs:
new
(opens in a new tab) - note that this does not include the secondparent
argumentAddTag
(opens in a new tab)Clone
(opens in a new tab)Destroy
(opens in a new tab)ClearAllChildren
(opens in a new tab)FindFirstAncestor
(opens in a new tab)FindFirstAncestorOfClass
(opens in a new tab)FindFirstAncestorWhichIsA
(opens in a new tab)FindFirstChild
(opens in a new tab)FindFirstChildOfClass
(opens in a new tab)FindFirstChildWhichIsA
(opens in a new tab)GetAttribute
(opens in a new tab)GetAttributes
(opens in a new tab)GetChildren
(opens in a new tab)GetDescendants
(opens in a new tab)GetFullName
(opens in a new tab)GetTags
(opens in a new tab)HasTag
(opens in a new tab)IsA
(opens in a new tab)IsAncestorOf
(opens in a new tab)IsDescendantOf
(opens in a new tab)RemoveTag
(opens in a new tab)SetAttribute
(opens in a new tab)
DataModel
Currently implemented APIs:
Datatypes
Currently implemented datatypes:
Axes
(opens in a new tab)BrickColor
(opens in a new tab)CFrame
(opens in a new tab)Color3
(opens in a new tab)ColorSequence
(opens in a new tab)ColorSequenceKeypoint
(opens in a new tab)Enum
(opens in a new tab)Faces
(opens in a new tab)Font
(opens in a new tab)NumberRange
(opens in a new tab)NumberSequence
(opens in a new tab)NumberSequenceKeypoint
(opens in a new tab)PhysicalProperties
(opens in a new tab)Ray
(opens in a new tab)Rect
(opens in a new tab)Region3
(opens in a new tab)Region3int16
(opens in a new tab)UDim
(opens in a new tab)UDim2
(opens in a new tab)Vector2
(opens in a new tab)Vector2int16
(opens in a new tab)Vector3
(opens in a new tab)Vector3int16
(opens in a new tab)
Note that these datatypes are kept as up-to-date as possible, but recently added members & methods may be missing.