LegendIV
|
  |
| Joined: 30 Jul 2011 |
| Total Posts: 29 |
|
|
| 04 Aug 2011 01:43 PM |
| Is it possible to make a group base that respawns you wearing the group unirform? |
|
|
| Report Abuse |
|
|
LegendIV
|
  |
| Joined: 30 Jul 2011 |
| Total Posts: 29 |
|
| |
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 04 Aug 2011 01:50 PM |
| Yes. It is ever so possible. |
|
|
| Report Abuse |
|
|
LegendIV
|
  |
| Joined: 30 Jul 2011 |
| Total Posts: 29 |
|
| |
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
| |
|
LegendIV
|
  |
| Joined: 30 Jul 2011 |
| Total Posts: 29 |
|
| |
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
| |
|
|
| 04 Aug 2011 02:50 PM |
Basically this, though I might have made some errors:
function onPlayerEntered(newPlayer) local groupId = "GroupIDgoeshere" if newPlayer:IsInGroup(groupID) then local shirt = Instance.new("Shirt") local pants = "Instance.new("Pants") shirt.TextureId = "ID goes here" pants.TextureId = "ID goes here" shirt.Parent = newPlayer.Character pants.Parent = newPlayer.Character end end game.PlayerEntered:connect(newPlayer) |
|
|
| Report Abuse |
|
|