Skip to content

printScreen

Description

printScreen is a Function
Prints out a message to the screen (only while in Test mode) for a given duration, as well printing that message to the console.

Example
printScreen("Toaster", 1.0, Color.New(1, 1, 1))
Usage

network usage: Any (Client or Server/Host)
returns: None
parameters:
- message (string)
- duration (float)
- color (Color)