bellNotify

Receive on-screen notifications without obstructing the game view. The different types of notifications are color-coded for easy identification.

Notify

exports["UrantixInterface"]:Notify({
    title = data.title,
    text = data.text,
    type = data.type, -- primary, info, success, error, warning
    icon = data.icon, -- Example: 'https://cdn.lordicon.com/ovhlismc.json'
    duration = data.duration
})

Last updated