Input text in lua

Hi,
i started coding in lua not long ago so i would like to know how to input text like in this example:
Capture
Thanks.

local textbox = Menu.TextBox(“Neverlose”, “TextBox”, 64, “Value”, “Tooltip”)

also https://docs.neverlose.cc/documentation/neverlose/menu

1 Like

thanks you