-- Note: This is just a snippet Window:Button("Button", function(Func) print("Hi!") end)
-- Note: This is just a snippet Window:Button({ Callback = function(Func) print(Func.Text) end })
Last updated 2 years ago