![[PAID][STANDALONE] Orion Studios TextUI main image](https://forum-cfx-re.akamaized.net/optimized/5X/7/2/8/8/72883d577dd0a03fa42a2c40139070041ba4bb5f_2_690x388.jpeg)
Price
UnknownA script by Orion_Studios
Price
Unknown
os_textui:
Functions:
--Register a text ui
os_textui.register("textui_testid", {
coords = vector3(0,0,0), --The corods that textui will be displayed
letter = "E", --The letter that will be displayed in the interact distance
description = "You can write everything here!", --The text that will be displayed in the interact distance
displayDist = 5, --Read Config.lua
interactDist = 5, --Read Config.lua
})
--Remove an existing textui
os_textui.remove("textui_testid") --Remove the UI from cache if ID exist!
--Update an existing textui (coords, letter, description)
os_textui.update("textui_testid", {
coords = false, --Leave it false if you dont want to update the coords / vector3 if you want to update.
letter = false, --Leave it false if you dont want to update the letter / string if you want to update.
description = false, --Leave it false if you dont want to update the description / string if you want to update.
})
Preview
Purchase
Examples included
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 300+ |
Requirements | No |
Support | Yes |
No approved reviews found for this script yet.