Skip to content

API

This section provides information on using Myriad's API.

Getting the API

luau
local API = loadstring(game:HttpGetAsync("https://github.com/Standard-2/Myriad/releases/latest/download/api.luau"))()

Metadata

FieldTypeDescription
VersionstringThe version of the API.
TargetstringThe target of the API.
BuildDatestringThe build date of the API.
luau
print(API.Version)
print(API.Target)
print(API.BuildDate)