Hello,
I am making a User Check game, and I already made a textbox input for user ids a long time ago, but now I want it to be an input for user ids AND usernames… I don’t know how to do this currently though.
Any help is appreciated!
Hello,
I am making a User Check game, and I already made a textbox input for user ids a long time ago, but now I want it to be an input for user ids AND usernames… I don’t know how to do this currently though.
Any help is appreciated!
Nevermind, already found the solution for this!!
You basically check if the tonumber string exists and then do an else statement and make the ID equal to game.Players:GetUserIdFromNameAsync(textbox.Text) (make sure to do a pcall, or it will ruin ur script lol!!).
anyways, thanks for the people who were gonna help
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.