NativeInputMenu

local Bridge = exports.community_bridge:Bridge()

--text - this would be a string of the message shown above input
--maxlength - this would be the max chars for input

local myInput = Bridge.Utility.NativeInputMenu(text, maxlength)

-- returns string or bool false

Last updated