Jumbotron
A beautiful element with button, icon and text.
Last updated
A beautiful element with button, icon and text.
Last updated
local Jumbotron = PluginComponents.Component.Jumbotron.New()
.SetParent(Container)
.SetTitle("Title")
.SetDescription("Description")
.SetIcon("rbxassetid://2493746101")
.MouseButton1Click:Connect(function()
print("Click!")
end)