🌙
Lune
  • README
  • Home
    • Installation
    • Writing Scripts
    • Running Scripts
    • Editor Setup
  • Roblox
    • Introduction
    • Examples
    • API Status
  • API Reference
    • fs
    • net
    • process
    • roblox
    • serde
    • stdio
    • task
Powered by GitBook
On this page
  • Classes
  • Instance
  • DataModel
  • CollectionService
  • Datatypes
  1. Roblox

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 - note that this does not include the second parent argument

  • Clone

  • Destroy

  • ClearAllChildren

  • FindFirstAncestor

  • FindFirstAncestorOfClass

  • FindFirstAncestorWhichIsA

  • FindFirstChild

  • FindFirstChildOfClass

  • FindFirstChildWhichIsA

  • FindFirstDescendant

  • GetAttribute

  • GetAttributes

  • GetChildren

  • GetDescendants

  • GetFullName

  • IsA

  • IsAncestorOf

  • IsDescendantOf

  • SetAttribute

DataModel

Currently implemented APIs:

  • GetService

  • FindService

CollectionService

Currently implemented APIs:

  • AddTag

  • GetTags

  • HasTag

  • RemoveTag

Datatypes

Currently implemented datatypes:

  • Axes

  • BrickColor

  • CFrame

  • Color3

  • ColorSequence

  • ColorSequenceKeypoint

  • Enum

  • Faces

  • Font

  • NumberRange

  • NumberSequence

  • NumberSequenceKeypoint

  • PhysicalProperties

  • Ray

  • Rect

  • Region3

  • Region3int16

  • UDim

  • UDim2

  • Vector2

  • Vector2int16

  • Vector3

  • Vector3int16

Note that these datatypes are kept as up-to-date as possible, but recently added members & methods may be missing.

PreviousExamplesNextfs

Last updated 2 years ago