Menu

Checker

Adds checkbox element to menu

Menu.Checker('Enabled', false)

Name

String

Default Value

Boolean

Has Keybind

Boolean

Has Color Picker

Boolean

Keybind & Color Picker bools are optional, will be set to false if no value is set

Slider

Adds slider element to menu

Menu.Slider('FOV', 0, 0, 180)

Name

String

Default Value

Integer

Minimum

Integer

Maximum

Integer

Combo

Adds a combobox element to menu

Menu.Combo('Sorting', 0, items)

Name

String

Default Value

Integer

Items

String Array

List

Adds a listbox element to menu

Menu.List('Hitsound', 0, items)
Name
Type
Description

Name

String

Listbox name

Value

Integer

Default value (starts from 0)

Items

String Array

Name of items

Count

Integer

Row of items

Count is optional, default value is 8

Last updated