Text UI

Standalone Text-ui with clean design

Exports

Show Text UI

exports.ls_textui:showTextUI(id, key, message)

params:[
    id: 'string',
    key: 'string',
    message: 'string',
]

Example:
exports.ls_textui:showTextUI('clothing_store', 'E', 'Clothing Store')

!!Everything need, to see the text UI!!

Hide Text UI

exports.ls_textui:hideTextUI(id)

Get Text UI's

local retreval = exports.ls_textui:getTextUIs()

return the current visible textUI's id

Last updated