Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Text
Font
void
local label = Drawing.new("Text") label.Text = "menu" label.Font = Drawing.Fonts.Monospace label.Size = 18 label.Visible = true
local monospaceId = Drawing.Fonts.Monospace print("Monospace ID: ", monospaceId)
UI
System
Plex
Monospace