3d text creator resource


So this resource allows u to create 3d text easily using an easy export
Download
Exports:

--[[ Color can be a hex or a table with rgba values 
    "#ffffff" or {255, 255, 255} these can also have Alpha values (How see thru it is) by adding a fourth value so 
    "#ffffff0C" or {255, 255, 255, 100} 
--  Multi line: add \n to your text to have multiple lines
-- Create a text (server and client)
local text = exports.3dTextCreator:crete3dText(label, x, y, z, color, dist, scale, font)
-- Update (server and client) if you dont want to update something set it as nil
exports.3dTextCreator:update3dText(text, label, x, y, z, color, dist, scale, font)
-- Delete (server and client)
exports.3dTextCreator:delete3dText(text)
Code is accessible Yes
Subscription-based No
Lines (approximately) 197 (Includes comments and spaces without about 130
Requirements Requirements ESX or QB (You just need to add your own events for loading in and leaving
Support Yes (if ur not annoying LMAO)
3 Likes

Any Preview?

I don’t think its needed, this resource literally creates a 3d text at specified coords with the color you would like or white
Same as a /me but with a bit more customization

consume?

:person_shrugging:
Just made this for people to easily create texts. I havent tested the resomon and there is rly no point. It just depends on a lot of stuff like how many you have rendered, and also what your system is using. Like what cpu you have.