updateUsername
Updates the player's username
Arguments
Label
Explained
Type
Example
username
The new username
string
yousef
Note that the username passed above will not be checked if it meets the username validation required You can validate the username using the following function:
Validators.Username(username)Last updated