Custom Decal
On this page, I'll give you snippets on how to add custom decal to `Decal V`.
Last updated
{
label = 'Your New Decal Label',
fileName = 'Your New Decal File Name.png',
textureName = 'Your Decal Texture Name',
textureDict = 'Your Decal Texture Dictionary (.ytd file name)',
identifiers = {
['myIdentifier'] = true,
},
},{
label = 'Your New Decal Label',
fileName = 'Your New Decal File Name.png', -- Change extension to match your file (.png, .webp, or .jpg)
identifiers = {
['myIdentifier'] = true,
},
},