Options
Text.Create(
frame,
"This text is awesome!",
{ -- Options (optional).
Size = 24,
Color = Color3.fromRGB(255, 255, 255),
XAlignment = "Center",
YAlignment = "Center"
}
)Text.GetOptions(frame)Last updated
Text.Create(
frame,
"This text is awesome!",
{ -- Options (optional).
Size = 24,
Color = Color3.fromRGB(255, 255, 255),
XAlignment = "Center",
YAlignment = "Center"
}
)Text.GetOptions(frame)Last updated