Section:Button({
Name <string>
Callback <function() void>
}, <string or nil> Flag)
:UpdateName(<string>)
:SetVisiblity(<boolean>)
.Settings : table -- Not everything may be updated, but Callback should be correct.
sections.MainSection1:Button({
Name = "Kill All",
Callback = function()
print("Killed everyone.")
end,
})