Get Player Account Name
Outputs the player's Account name (e.g Coach) in a form of a string. To get a display name, use To String.
Outputs the player's Account name (e.g Coach) in a form of a string. To get a display name, use To String.
Gets a Player based on an Account Name. (E.g. my account name is @Coach and if I input the string "Coach", the output would be my Player object.) Outputs an invalid Player if nobody in the room has the given account name.
Gets a Player based on a display name. (E.g. my display name is Coach and if I input a string "Coach", the output would be my Player object.) Outputs an invalid Player if nobody in the room has the given display name.
Resets the color of the given player's name tag to the default color.
InputsOutputsexec | Setexec | No name.player | Playercolor | Color
Converts the input value to the string type. Example: the integer input 10 would output "10" as a string. Helpful for debugging purposes.
Converts the input value to the string type. Example: the integer input 10 would output "10" as a string. Helpful for debugging purposes.