roblox

The API dump is an automatically generated description of all instance classes exposed to scripts and their members. It also contains enumerations.

Format

The API dump contains a section for each class and enum, with class members and enumeration items indented with a tab. Each line contains a class (with its superclass after a colon, except for Instance, which has no superclass), a member (with type and parameters), an enumeration, or an enumeration item (with its integer after a colon). Classes, members and enumeration items may have tags that describe their status, behavior, or the permissions required to use them.

See also

External links