TextButton

A regular Roblox GUI TextButton.

Example

e.TextButton("Click me!", {
    OnClick = function()
        print("You clicked me.")
    end)
})

Last updated