Skip to main content

NameplateCustomizationGroup

A customization that holds other nameplate customizations


setText()

Sets the text for all its children customizations

setText(text)

Parameters:

NameTypeDescriptionDefault
textStringThe text to set your nameplate tonil

Returns:

TypeDescription
NameplateCustomizationGroupReturns self for chaining

Example:

nameplate.All:setText(
toJson({
{ text = 'Me', color = 'red' },
{ text = '!', color = '#09FF71' }
})
)