Skip to content

Instantly share code, notes, and snippets.

View M1ST0R's full-sized avatar
🤠
Mat` ebal

M1ST0R M1ST0R

🤠
Mat` ebal
View GitHub Profile
@M1ST0R
M1ST0R / ExampleModOptions.lua
Created October 7, 2025 14:05
B42 Native ModOptions Example
-- Storage array for all of our options
local config = {
keyBind = nil,
checkBox = nil,
textEntry = nil,
multiBox = nil,
comboBox = nil,
colorPick = nil,
slider = nil,
button = nil