01 | local fighters = game.Workspace.Teams.Fighters |
02 | local defenders = game.Workspace.Teams.Defenders |
03 | plr = game.Workspace.LocalPlayer |
04 |
05 | fighters.Shirt.ShirtTemplate = "http://www.roblox.com/Red-item?id=157673817" |
06 | fighters.Pants.PantsTemplate = "http://www.roblox.com/Pants-item?id=157684158" |
07 | if plr.fighters = = true then |
08 | plr.fighters.Shirt.ShirtTemplate:Destroy() |
09 | plr.fighters.Pants.PantsTemplate:Destroy() |
10 | wait( 3 ) |
11 | plr.fighters.Shirt.ShirtTemplate = "http://www.roblox.com/Red-item?id=157673817" |
12 | plr.fighters.Pants.PantsTemplate = "http://www.roblox.com/Pants-item?id=157684158" |
13 | defends.Shirt.ShirtTemplate = "http://www.roblox.com/Blue-item?id=157673856" |
14 | defends.Pants.PantsTemplate = "http://www.roblox.com/Pants1-item?id=157684213" |
15 | if plr.defenders = = true then |
It when your on defenders team, you get the uniform, when your on fighters, you get the uniform. Works on solo but not ingame. Why?
It's supposed to be
1 | game.Teams |
not
1 | game.Workspace.Teams |
Because the Teams folder is not a part of Workspace.
If you mean the clothes, you did the http:// wrong.