Username Generator

It’s not a bad username sniper, the white hurts my eyes quite a bit though. Also, it’s a decent bit slower than some other username sniping games I’ve seen.

You should use Chat:FilterStringAsync to solve this, or make an external web call to listen to if the username is appropriate or not:

https://auth.roblox.com/v2/usernames/validate?request.username=REQUEST_HERE&request.context=Signup

I recommend the endpoint because you can use it to both check if the username isn’t taken and check for appropriateness and whether or not it should be displayed. One asynchronous call is faster.

1 Like

Quick update: Now filters innapropriate usernames.

Replaces the actual username with a placeholder.
image

3 Likes

This is really neat for what it is, but 4 letter usernames shouldn’t be an option due to the fact there are none left available. Even though this sniper says they are, they aren’t and always come up as taken, or inappropriate for me. I know you updated for the inappropriate part, but it still tells me they are when I try to test to see if this works or not. This was a pretty solid attempt though, even for being fresh, and new!

-Void_Xiety :white_heart:

Thanks for the feedback, yesterdays patch was supposed to be a temporary fix, I’ll soon be switching to the api endpoint instead to validate usernames which should give more consistent results.

1 Like

Sounds like a great idea. I’d definitely give the new one a try, and give some more feedback, and display bugs if any.

NEW UPDATE

The username sniper now uses the Roblox endpoint api to validate usernames. The caveat of this is ufortunately slower generation times. Each request takes 200 - 1000 ms on average to be responded to. However, the results of the generator should be far more accurate in terms of name appropiabililty and availablity (provided someone does not register an account with a generatred name before you do).

New thumnail and icon added to the username sniper!

UPDATE:

  • Slight optimisation to sniping speed.

Update:

Donation Options added.

This is a unique concept I didn’t think would be a thing. nice work. :happy3:

1 Like

Update:

  • The username validation now uses a combination of a proxy for Roblox endpoint API and Roblox’s in built methods, which should reduce the strain on the proxy I am using, therefore reducing the chance of hitting a limit. This will reduce the instances where generation speed is quite slow.

So you can now use Roblox to generate a Roblox username.

Thanks so much, now I can finally use your Roblox Username Generator to give me a username to make a Roblox account to use your Roblox Username Generator!

1 Like

rly ncie work cong. add black theme plox

1 Like

Pretty Useful For Rare Names I Give A 10/10

1 Like

UPDATE (yes, another one… in one day):

  • Did a theme change on the UI for it to become dark (only appears on new servers) (your eyes no longer have to burn).

UPDATE:

  • Fixed some scaling issues for users using a display res lower than 1920x1080.
  • Further speed optimizations.

It’s pretty cool, you can find a username that’s not taken.

Cool concept bro, really interesting.

1 Like

Update:

  • Speed improvements
  • Copy paste functionality; simply double click on the name to highlight, Ctrl+C Ctrl+V to copy and paste.