Skip to main content

Title

Properties

PropertyTypeOptional
textstringyes
codebooleanyes
copyableboolean/copyableyes
levelnumberyes
markbooleanyes
italicbooleanyes
typestringyes
underlinebooleanyes
[events]functionyes
Please read the events page

Typography.Title

Copyable

PropertyTypeOptionalDescription
formatstringyesThe Mime Type of the text
textstringyesThe text to copy

Children

Not supported on title, use text property for setting text.

Example

local Title = Menu:createElement("Title", {
text = "I'm a cool title!",
level = 3
})

This is how it looks in-game:

Showcase