forked from Simnation/Main
13 lines
134 B
Markdown
13 lines
134 B
Markdown
# jg-textui
|
|
|
|
Show text UI:
|
|
|
|
```lua
|
|
exports['jg-textui']:DrawText(text)
|
|
```
|
|
|
|
Hide text UI:
|
|
|
|
```lua
|
|
exports['jg-textui']:HideText()
|
|
```
|