of     1   

aimperkz
#171952018Friday, August 21, 2015 9:19 AM GMT

qq
thepwnageone
#171952030Friday, August 21, 2015 9:20 AM GMT

ok
aimperkz
#171952072Friday, August 21, 2015 9:21 AM GMT

what functions would i use for this: Each team / certain team will be spawned in with certain clothes. if they die or try to change clothes, they will have those clothes still... aka perm. clothes while in game Could you possibly set it up for me ?-
aimperkz
#171952149Friday, August 21, 2015 9:24 AM GMT

surs pls
Lametta
#171952163Friday, August 21, 2015 9:24 AM GMT

aaaaaaaaaaaa
aimperkz
#171952187Friday, August 21, 2015 9:25 AM GMT

e.e
76km
#171952242Friday, August 21, 2015 9:27 AM GMT

i am online k
aimperkz
#171952262Friday, August 21, 2015 9:28 AM GMT

damn it 76 u followed me do you usually c&g
Lametta
#171952272Friday, August 21, 2015 9:28 AM GMT

2tired2think but like onPlayerEntered(plr) plr.Character.Shir asrwrtgvw sry 2tired
aimperkz
#171952296Friday, August 21, 2015 9:29 AM GMT

onPlayerEntered(plr) plr.Character.Shirt ShirtId = "000" is it like that CRI :(
76km
#171952328Friday, August 21, 2015 9:30 AM GMT

sigh getGroupRank() setGroupRank() k
aimperkz
#171952347Friday, August 21, 2015 9:31 AM GMT

what's the ranks for? I said >teams< what read post thx
bosswalrus
#171952361Friday, August 21, 2015 9:31 AM GMT

i made my jetpack place uncopylock
aimperkz
#171952377Friday, August 21, 2015 9:32 AM GMT

you guys are stalkers LMAO
bosswalrus
#171952412Friday, August 21, 2015 9:33 AM GMT

no i saw you con c&g
76km
#171952429Friday, August 21, 2015 9:33 AM GMT

while true do wait() for i, v in pairs (game.Players:GetChildren()) do if v.Character then v.Character.Pants.PantId = "rbxasset://id here" v.Character.Shirts.ShirtId = "rbxasset://id here" end end
Lametta
#171952545Friday, August 21, 2015 9:37 AM GMT

while true do wait() for i, v in pairs (game.Players:GetChildren()) do if v.Character then v.Character.Pants.PantId = "rbxasset://id here" v.Character.Shirts.ShirtId = "rbxasset://id here" end end -- this works too but if you want teams while true do wait() for i, v in pairs (game.Players:GetChildren()) do if v.Character then if v.TeamColor == "ColorOfTeam" then v.Character.Pants.PantId = "rbxasset://id here" v.Character.Shirts.ShirtId = "rbxasset://id here" elseif v.TeamColor == "ColorOfTeam" then v.Character.Pants.PantId = "rbxasset://id here" v.Character.Shirts.ShirtId = "rbxasset://id here" end end end pretty sure im tired and i used his thing as a template

    of     1