[quote] If I’m reading this correctly, that means people can sign up as “ReeseMcBlox_” and “_ReeseMcBlox” in the future?
And that would count as a separate username from “ReeseMcBlox”?
I don’t think I’m ready for the numerous username impersonators. :emo-angst: [/quote]
[quote] If I’m reading this correctly, that means people can sign up as “ReeseMcBlox_” and “_ReeseMcBlox” in the future?
And that would count as a separate username from “ReeseMcBlox”?
I don’t think I’m ready for the numerous username impersonators. :emo-angst: [/quote]
[quote] If I’m reading this correctly, that means people can sign up as “ReeseMcBlox_” and “_ReeseMcBlox” in the future?
And that would count as a separate username from “ReeseMcBlox”?
I don’t think I’m ready for the numerous username impersonators. :emo-angst: [/quote]
When we discussed it yesterday, the following was brought up. Disclaimer: this wasn’t my argument but one that after sitting with it for a while convinced me impersonation won’t be a huge issue. Also a huge paraphrase.
While I do agree that it makes impersonators jobs easier, the difference won’t be noticeable. Someone could be doing it right now and I agree with the sentiment that underscores don’t make it that much easier to impersonate.
[quote] If I’m reading this correctly, that means people can sign up as “ReeseMcBlox_” and “_ReeseMcBlox” in the future?
And that would count as a separate username from “ReeseMcBlox”?
I don’t think I’m ready for the numerous username impersonators. :emo-angst: [/quote]
Only one underscore in the middle.[/quote]
Anywhere that’s not at the start or end.
[quote]
Edit: Forgot to mention… One underscore is allowed, but not as the first or last character. [/quote]
There’s a lot of conversation about breaking scripts with spaces or dashes, but honestly, when does anyone ever use a player’s actual name in a non-command line script?
Its not proper to do so, so I assume never. People keep bringing this point up, and @1waffle1 keeps reminding them if is already an issue, and one that really doesn’t matter.
Nobody should ever directly index a player by their username. This goes for the player and the character. It isn’t realistic at all.
Personally, I don’t understand why people keep saying “oh we shouldn’t be able to have more characters in our usernames because you can’t do game.Players.some-guy”. If you MUST have something like that in your code, use game.Players[“some-guy”].
I was using underscores in my game for models in workspace players were WaitForChild’ing. No way could flag_model_1 be mistaken for a player name! But now it can, haha. Quenty was setting his up with an exclamation mark prefix so it was more future-proof, like !ship_model