rbx_web_p - Styxling/Feather GitHub Wiki
{type = "p", text = "Hello World!"}
-- or you can just have a string:
"Hello World!"
Text can have rich text tags applied to it. Note that some style tags may override these.
PROPERTIES
type : "p"
text : string
link : {string}
style : {} | string
LINK
See more about links by clicking here.
STYLE
-- Defaults included as comments
font : Font -- SourceSans
link_color : Color3 -- (0, 0, 1)
link_underline : boolean -- true
outline : { -- Applied to the text label, not the text itself; use text_stroke instead
line_join_mode : Enum.LineJoinMode, -- Miter
thickness : number, -- 0
color : Color3 -- (0, 0, 0)
}
text_color : Color3 -- (0, 0, 0)
text_size : number -- 14
text_stroke : {
line_join_mode : Enum.LineJoinMode, -- Round
thickness : number, -- 0
color : Color3 -- (0, 0, 0)
}
text_transparency : number -- 0
text_x_alignment : Enum.TextXAlignment -- Left
text_y_alignment : Enum.TextYAlignment -- Top