rbx_web_links - Styxling/Feather GitHub Wiki

Link values can be written in multiple ways:

{"Website", "Page"} -- Sends the user to the page on a given website
{0, "Page"} -- Sends the user to a page on the current website
"Website" -- Sends user to the default home page of the given website

Elements

The following elements use links:
p
img

Example

{
	type = "p",
	link = {"wikipedia", "styxlings_war_crimes"}, -- Sends the user to the styxlings_war_crimes page on Wikipedia, the free online encyclopedia that anyone can edit. The page is extremely long and only growing longer.
	style = {
		link_color = Color3.new(1, 1, 0), -- yellow
		link_underline = false -- no underline
	}
}