For a project, I want the user to input a username and find whether or not that account exists. I want the data to be a Boolean value (true for valid user; false for not valid user). I have absolutely no clue where to begin for something like this. Where would I even start?
I’m pretty sure you can use this to get a userid from name.
You can simply check if the output is not nil, but it also provides a userid which you can give to the player requesting the data, too.