Example

Tab:Button({
    Text = "Click me",
    Callback = function()
        print("Clicked!")
    end
})

Last updated