message-textTextUI

Displays relevant contextual information at the right time.

showTextUI

exports["UrantixInterface"]:showTextUI({
    CloseAuto = false, -- Make the TextUI auto-hide
    Text = data.text,
    Key = data.key,
    ID = data.id,
})

isTextUIVisible

exports["UrantixInterface"]:isTextUIVisible()

hideTextUI

exports["UrantixInterface"]:hideTextUI(data.id)

Last updated