rbx_web_drop - Styxling/Feather GitHub Wiki
WIP
{type = "drop", 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 : "drop"
text : string
link : {string}
style : {} | string
LINK
See more about links by clicking here.
STYLE
-- Defaults included as comments
background_color : Color3 -- (1, 1, 1)
dropdown_width : number -- 200
styleDescends : boolean -- true
By default, any style tags on this element will descend to child elements if the style tags on that child element are missing; existing tags will not be overwritten. Set the styleDescends tag to false to negate this behavior.