of     1   

EPICJAKEISCOOL
#165994406Monday, June 29, 2015 10:13 PM GMT

You should have a value in the player called "Gender" and if a player is a male, it would automatically be set to "Male", and if the player is a female, then the value would be set to "Female". This would be useful for: Boys vs. Girls Island Fight games Single Player games where the character could either be a boy or girl Games like The Mad Murderer so boys are always boys and girls are always girls
QuitGoodbye
#165994498Monday, June 29, 2015 10:14 PM GMT

no support
EPICJAKEISCOOL
#165994592Monday, June 29, 2015 10:15 PM GMT

Whhhhhyyy no support?
Hyperverde50
#165997237Monday, June 29, 2015 10:41 PM GMT

Scriptable. Cwy Mowe
creeper1164
#165997920Monday, June 29, 2015 10:48 PM GMT

support! local boys = BrickColor.new("Bright blue") local girls = BrickColor.new("Bright violet") script.Parent.Touched:connect(function(Hit) if Hit.Parent and game.Players:GetPlayerFromCharacter(Hit.Parent) then local p = game.Players:GetPlayerFromCharacter(Hit.Parent) if p.Gender = Enum.Gender.Male then p.TeamColor = boys else p.TeamColor = girls end end end)
Forumses
#165998098Monday, June 29, 2015 10:50 PM GMT

I was on board until I read "Boys vs. Girls Island Fight games." No no no no no no no. No.
EPICJAKEISCOOL
#166000200Monday, June 29, 2015 11:11 PM GMT

I'm just using some examples. The Boys vs. Girls by tacool stinks, everyone knows that. I was just showing an example for what it could be used for.
NealSavage
#166000324Monday, June 29, 2015 11:12 PM GMT

Ehhhh..... support, I guess.....
Forumses
#166000452Monday, June 29, 2015 11:14 PM GMT

"The Boys vs. Girls by tacool stinks, everyone knows that. I was just showing an example for what it could be used for." It was still a good idea.
EPICJAKEISCOOL
#166000941Monday, June 29, 2015 11:19 PM GMT

The idea of Boys vs. Girls was good, the way tadcool* did it was bad.
Forumses
#166001203Monday, June 29, 2015 11:21 PM GMT

"The idea of Boys vs. Girls was good, the way tadcool* did it was bad." NOOO NO NO, I meant YOUR idea was good. The day I say "boys vs. girls" games are a good idea is the day I willingly watch anime.

    of     1