Holograms_Info()

Send a player information about the lines of a hologram

Full Function

Holograms_Info(p: player, id: text, colored: boolean = false)

Parameters

Name
Type
Description

p

player

Player to send the information to

id

text/string

ID of target hologram

colored

boolean

If you want to see the lines in color, set this to true. If you want to the the lines with the raw color codes, leave this blank or set it to false. Default: false

Return Values

This function sends information about the lines of the specified hologram to the specified player, but it does not return anything.

Usage

Holograms_Info(player, "hologram_id")

Holograms_Info(player, "hologram_id", true)

Last updated