Skip to main content
A tag is a small pill next to the window title, good for a status or a label. window:CreateTag(props) needs at least an icon or some text.

Properties

text
string
The text. title also works.
icon
string | number
An icon.
color
Color3
default:"orange"
The background. The text auto-contrasts.
order
number
default:"0"
Sort order among the tags.

Handle

SetColor(c)
SetText(t)
SetIcon(i)
Set(props)
Update several properties at once.
Remove()