TextUI
MSK.TextUI.Show
MSK.TextUI.Show(key, text, color)
-- Example 1: default color
MSK.TextUI.Show('E', 'Press ~g~E~s~ to interact')
-- Example 2: specific color
MSK.TextUI.Show('E', 'Press ~g~E~s~ to interact', '#5eb131')
-- As an Export:
exports.msk_core:ShowTextUI(key, text, color)MSK.TextUI.ShowThread
MSK.TextUI.Hide
MSK.TextUI.Active
Last updated
