xuefei123
|
  |
| Joined: 15 Jun 2012 |
| Total Posts: 99 |
|
|
| 21 Apr 2015 03:10 AM |
| How do I make it that when a player joins it will give them different clothes, not the default ones they are wearing? |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 21 Apr 2015 03:20 AM |
http://wiki.roblox.com/index.php?title=API:Class/Pants
http://wiki.roblox.com/index.php?title=Shirt
http://wiki.roblox.com/index.php?title=Hat
http://wiki.roblox.com/index.php?title=API:Class/Players/PlayerAdded
http://wiki.roblox.com/index.php?title=API:Class/Player/CharacterAdded
http://wiki.roblox.com/index.php?title=API:Class/Player/ClearCharacterAppearance
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
xuefei123
|
  |
| Joined: 15 Jun 2012 |
| Total Posts: 99 |
|
|
| 21 Apr 2015 04:57 AM |
| an easier way, just type the script for me? |
|
|
| Report Abuse |
|
|
| |
|
xuefei123
|
  |
| Joined: 15 Jun 2012 |
| Total Posts: 99 |
|
| |
|
xuefei123
|
  |
| Joined: 15 Jun 2012 |
| Total Posts: 99 |
|
| |
|
Parkderp1
|
  |
| Joined: 19 Jan 2014 |
| Total Posts: 139 |
|
|
| 08 May 2015 06:34 AM |
| Nobody will give you the script, do it yourself. |
|
|
| Report Abuse |
|
|
xuefei123
|
  |
| Joined: 15 Jun 2012 |
| Total Posts: 99 |
|
| |
|
|
| 08 May 2015 07:04 AM |
game.Players.PlayerAdded:connect(function(newplayer) for _,v in pairs(newplayer.Character:GetChildren()) do v:Destroy() end end)
there you go. |
|
|
| Report Abuse |
|
|
Ortron
|
  |
| Joined: 19 Jul 2013 |
| Total Posts: 1297 |
|
|
| 08 May 2015 10:16 AM |
shirtiD=0 --Change to the cloth ID pantsiD=0 game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(c) c.Humanoid.Shirt=shirtiD c.Humanoid.Pants=pantsiD end) end) |
|
|
| Report Abuse |
|
|
xuefei123
|
  |
| Joined: 15 Jun 2012 |
| Total Posts: 99 |
|
|
| 11 May 2015 03:39 AM |
^ Does not work, do I put it in a local?
Anyway in a normal script it doesn't work, please help someone!
Bump #3 |
|
|
| Report Abuse |
|
|
Ortron
|
  |
| Joined: 19 Jul 2013 |
| Total Posts: 1297 |
|
|
| 11 May 2015 09:42 AM |
shirtiD=0 --Change to the cloth ID pantsiD=0 game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(c) c.Shirt=shirtiD c.Pants=pantsiD end) end)
|
|
|
| Report Abuse |
|
|
Intern33t
|
  |
| Joined: 19 Nov 2010 |
| Total Posts: 1530 |
|
|
| 11 May 2015 09:43 AM |
nub nobody SHOUDL script it for you either we help you or you pay |
|
|
| Report Abuse |
|
|