Skip to main content

7 docs tagged with "Name"

View All Tags

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.

Get Player By Account Name

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.

Get Player By Display 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.

To String

Converts the input value to the string type. Example: the integer input 10 would output "10" as a string. Helpful for debugging purposes.

To String

Converts the input value to the string type. Example: the integer input 10 would output "10" as a string. Helpful for debugging purposes.