Text Ui
lib.showTextUI(text, options)lib.hideTextUI
lib.hideTextUI()Usage Example
lib.showTextUI('[E] - Fuel vehicle')
Custom styling

Last updated
lib.showTextUI('[E] - Pick apple', {
position = "top-center",
icon = 'hand',
style = {
borderRadius = 0,
backgroundColor = '#48BB78',
color = 'white'
}
})