Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I use this web API to check if an username is taken or no?

Asked by
valchip 789 Moderation Voter
5 years ago
Edited 5 years ago

I am making an username generator. It generates an username every 0.1 second. If the username is not taken then it will print the username, else it won't do anything. I do not understand how you use this web API which can be used for that.

http://www.roblox.com/UserCheck/DoesUsernameExist?username=test

Can anyone help?

(Example)

Lets say I have a username.

local username = "bimorp"

Now I want to check if that username exists. If it does it won't do anything. If it doesn't it will print it.

0
Im pretty sure you use httpservice and then request the username from that link. tobhyyy 26 — 5y
0
^ not sure how you do that, that is why I am asking for help. valchip 789 — 5y
0
what kingdom said, that is a lot simpler than using http requests CPF2 406 — 5y
0
Thanks! valchip 789 — 5y

Answer this question