Did you know when we create a new account, we can choose if we are a boy or a girl, if i want to take that info and make a script ? It is possible? If yes, what is the command?
if Male then --// My script elseif Femal then --// My script end
Quoting NotSoNorm
There is no way to determine a player's gender by just what they logged in through. This is because on the privacy terms, the only use for it would be to determine how the character would look when they first made their account.
But we can be smarter, can't we?
We know some things. Firstly, there are some hats directed to the female side of roblox, and some hats directed to the male side. But let's start with the beginner hat. You know what I'm talking about. The Pal hair and that girl hair that no one can think of the name of...
If we use PlayerHasAsset and check all the male hats and female hats, if the player has more male hats, assume male, vice versa.