okokTextUI
Installation Guide
Displaying
exports['okokTextUI']:Open('[Key] Message', 'color', 'position', playSound)Hiding
exports['okokTextUI']:Close()Displaying (in a loop)
exports.okokTextUI:OpenThisFrame('[Key] Message', 'color', 'position', playSound)Colors:
lightblue / darkblue;
lightgreen / darkgreen;
lightred / darkred;
lightgrey / darkgrey.
Positions:
right;
left.
Play sound:
true;
false.
Example
Example (loop)
Last updated