Updates the player's username
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 6 months ago