πUser guide
User guide on how to use the Dynasty Text 3D
1. Using the Text 3D
exports['dynasty_text3d']:Text3D({
id = "Default text 3D ID",
coords = vec3(0, 0, 0),
distance = 3,
markerDistance = 10.0,
marker = true,
key = "E",
message = "Default Text 3D message",
})2. Default Text 3D
Config.DefaultText3D = {
id = "Default text 3D ID",
coords = vec3(0, 0, 0),
distance = 1.5,
markerDistance = 3.0,
markerColor = { 0, 255, 192, 255 },
marker = true,
key = "E",
keyBoxColor = { 0, 255, 192, 130 },
keyTextColor = { 255, 255, 255, 255 },
message = "Default Text 3D message",
messageBoxColor = { 0, 255, 192, 130 },
messageTextColor = { 255, 255, 255, 255 },
enabled = true,
}3. Text 3D configuration
3.1 ID
3.2 Coords
3.3 Distance
3.4 Marker distance
3.5 Marker color
3.6 Marker enable
3.7 Key
3.8 Key box color
3.9 Key text color
3.10 Message
3.11 Message box color
3.11 Message text color
3.12 Text 3D enable
4. Multiple Text 3D options
1. Text 3D position
5. Add functionality to the Text 3D
5.1 Install Ox_Lib
5.2 Add ox_lib to the script
5.2 Add ox_lib to the script
6. Remove Text 3D
Last updated

