can you change your username?

Posted by myself
this is kind of dumb but i forgot to capitalize the first letter of my name and it's actually triggering me.so is there a way to change my username in gamemaker server?

Replies (2)

Last message on 24 Mar 2018

AouabAdYT on 24 Mar 2018, 15:43:57
Hi ,

I had the same problem and i have a method to fix it :)

You should let the GMS username apart and use a INI key (named as "player_name" for ex.) to manage your usernames.
In your game display the ini key as the username of the player and use the functions
gms_script_set_chat_verify() and
gms_script_set_chat_receive()
To display your ini key in the chat :)
Size43 (Administrator) on 24 Mar 2018, 15:25:32
It's unfortunately not possible to change your GameMaker Server username.