of     1   

WorqsGreat
#183019369Friday, February 05, 2016 2:44 AM GMT

Hello, I currently own a USA and I have a Washington DC so I need to know how to make a group team change GUI with the screen GUI. Like other USA Washington DC's have. Please help me out. Thanks
KAMIKAZEPOLO
#183019502Friday, February 05, 2016 2:47 AM GMT

you need to know how to make it or you want it made for you?
WorqsGreat
#183022480Friday, February 05, 2016 3:36 AM GMT

Well it would be nice for someone to make it for me. I would also like to learn about it but I would rather it made for me.
cofunction
#183022631Friday, February 05, 2016 3:39 AM GMT

local player = game.Players.LocalPlayer button.MouseButton1Down:connect(function() player.TeamColor = BrickColor.new("Really red") end) #Code print("Song Link: http://www.roblox.com/Deorro-vs-Swedish-House-Mafia-Save-The-5-Hours-item?id=340827217")
zaniac10
#183022803Friday, February 05, 2016 3:42 AM GMT

first set up gui buttons how you want it then put these inside of it in a normal script: game.Players.PlayerAdded:connect(function(plr) repeat wait() until plr.Character local char = plr.Character script.Parent.MouseButton1Click:connect(function() plr.TeamColor = teams["TeamNameHere"].TeamColor plr:LoadCharacter() end) end)
Hedr0n
#183023401Friday, February 05, 2016 3:51 AM GMT

Cookie points off that sick tee obj
WorqsGreat
#183024115Friday, February 05, 2016 4:03 AM GMT

yes I know how to do that stuff but how do I add my group ID to it so the players can change Group Teams.
WorqsGreat
#183024400Friday, February 05, 2016 4:07 AM GMT

Can you make it for me?
zaniac10
#183024636Friday, February 05, 2016 4:12 AM GMT

id = 1234567 --group id game.Players.PlayerAdded:connect(function(plr) repeat wait() until plr.Character local char = plr.Character script.Parent.MouseButton1Click:connect(function() if plr:IsInGroup(id) then plr.TeamColor = teams["TeamNameHere"].TeamColor plr:LoadCharacter() end end) end)
WorqsGreat
#183024710Friday, February 05, 2016 4:13 AM GMT

Does that cover allies too?
zaniac10
#183024736Friday, February 05, 2016 4:14 AM GMT

No.
WorqsGreat
#183024753Friday, February 05, 2016 4:14 AM GMT

If you don't mind can you make a quick model? This really gets me mixed up.
Hedr0n
#183024825Friday, February 05, 2016 4:15 AM GMT

Just checking how many post I have.
WorqsGreat
#183025166Friday, February 05, 2016 4:22 AM GMT

Can anyone make a mode for me for the Group team change GUI?
zaniac10
#183025214Friday, February 05, 2016 4:22 AM GMT

pinballboy7
#183025754Friday, February 05, 2016 4:34 AM GMT

"Hello, I currently own a USA" Pssh, I own 42 USAs in my USA account.
WorqsGreat
#183025792Friday, February 05, 2016 4:34 AM GMT

So what do I right in the TeamNameHere part? There are many teams I need to add not only one
zaniac10
#183026156Friday, February 05, 2016 4:41 AM GMT

Put the name of the team there and if you want to do it for a separate team you have to duplicate the button, position it, and alter the script
WorqsGreat
#183035351Friday, February 05, 2016 12:41 PM GMT

@pinball Um why do you care about braging that you have 42 USAs? Because no one really cares. I just need scripting help so if you can help me please do.
WorqsGreat
#183035547Friday, February 05, 2016 12:51 PM GMT

Ok well when I put the script into my buttons it doesn't let me click them.

    of     1