Buttons
Tabs.Main:AddButton({
Title = "Button",
Description = "Very important button",
Callback = function()
print("Hello, world!")
end
})Last updated
Tabs.Main:AddButton({
Title = "Button",
Description = "Very important button",
Callback = function()
print("Hello, world!")
end
})Last updated