Example

Tab:Slider({
    Text = "Slider",
    Callback = function(Value)
        print(Value)
    end,
    Default = 20
})

Last updated