|
| 18 Nov 2015 06:25 PM |
The shirt won't appear on me...
game.Workspace.ChildAdded:connect(function(plr) local name = plr.Name local playerinplayers = game.Players:FindFirstChild(plr.Name) if playerinplayers ~= nil then playerinplayers.CanLoadCharacterAppearance = false plr.Head.face.Texture = "rbxassetid://159139085" local bodycolors = Instance.new("BodyColors", plr) bodycolors.RightArmColor = BrickColor.new("Pastel brown") bodycolors.LeftArmColor = BrickColor.new("Pastel brown") bodycolors.LeftLegColor = BrickColor.new("Dark stone grey") bodycolors.RightLegColor = BrickColor.new("Dark stone grey") bodycolors.TorsoColor = BrickColor.Random() bodycolors.Head = BrickColor.new("Pastel brown") local shirt = Instance.new("Shirt", plr) shirt.ShirtTemplate = 'rbxassetid://252514043' local pants = Instance.new("Pants", plr) pants.PantsTemplate = 'rbxassetid://252514185' end end) |
|
|
| Report Abuse |
|
|
| |
|
| |
|
KingJacko
|
  |
| Joined: 20 Jun 2008 |
| Total Posts: 3944 |
|
|
| 18 Nov 2015 06:36 PM |
| i think the ID needs to be -1 off the real website ID |
|
|
| Report Abuse |
|
|
|
| 18 Nov 2015 06:40 PM |
| I tried that but thank you for replying. |
|
|
| Report Abuse |
|
|