IIlIlIlII
|
  |
| Joined: 18 Nov 2012 |
| Total Posts: 50 |
|
|
| 20 Nov 2012 10:40 PM |
game.Players.PlayerAdded:connect(function(plr)if plr:GetRankInGroup(GroupID) == RankNumber then plr.Character.Shirt.ShirtTemplate = ""plr.Character.Pants.PantsTemplate = ""end end) How do I change it to check for if someone is another rank besides the above mentioned one? |
|
|
| Report Abuse |
|
|
| 20 Nov 2012 10:44 PM |
if plr:GetRankInGroup(GroupID) == RankNumber then plr.Character.Shirt.ShirtTemplate = "" plr.Character.Pants.PantsTemplate = "" elseif plr:GetRankInGroup(GroupID) == RankNumber then plr.Character.Shirt.ShirtTemplate = "" plr.Character.Pants.PantsTemplate = ""
Want a script? Send me a PM and we'll work out a deal! |
|
|
| Report Abuse |
|