A simple piece of ui, feel free to use it
The current exports available are:
exports.text_ui:showTextUI("Enter Organ Heist", "Press E", "E")
-> Show the text UIexports.text_ui:hideTextUI()
-> Hide the text UI
Installation
Clone or download the repository
Locate the folder named text_ui
Drag and drop the text_ui folder into your server's resource directory
You only need the folder named "text_ui" if you don't want to edit this resource. Just drag and drop
Want to build the UI and edit something to make it your own?
- Use
pnpm run dev