Holograms_SetBoldness()

Set the boldness level of a hologram

What is Boldness?

Boldness is basically how dark the background of a hologram is. To see examples of what boldness is, click here.

Full Function

Holograms_SetBoldness(id: text, amount: integer = 1)

Parameters

Name
Type
Description

id

text/string

ID of target hologram

amount

integer

The boldness level of the hologram Max of 5 Default: 1

Return Values

Usage

# Example 1
Holograms_SetBoldness("hologram_id", 1)

# Example 2
Holograms_SetBoldness("hologram_id", 3)

# Example 3
Holograms_SetBoldness("hologram_id", 5)

Results

Example 1 (Boldness level 1)

Example 2 (Boldness level 3)

Example 3 (Boldness level 5)

Last updated