Skip to main content

client.color_log

Logs a colored message to console. End the string with \0 to prevent it from adding a newline.

client.color_log(r: number, g: number, b: number, ...)

Arguments

NameDescriptionType
rRed color component (0 to 255)number
gGreen color component (0 to 255)number
bBlue color component (0 to 255)number
msgThe message to be logged. Pass additional arguments to concatenate them to the message.string