|
| 07 Nov 2015 03:19 PM |
shirt1 = "http://www.roblox.com/asset/?id=207577667" shirt2 = "http://www.roblox.com/asset/?id=29415271" shirt3 = "http://www.roblox.com/asset/?id=32808497" Pants1 = "http://www.roblox.com/asset/?id=125549754" Pants2 = "http://www.roblox.com/asset/?id=166625443" Pants3 = "http://www.roblox.com/asset/?id=29415343" script.Parent.MouseButton1Down:connect(function(closecustomgui) script.Parent.Parent.Visible = false script.Parent.Parent.Pants.Parent.Parent.Parent.Parent.Character.Head.face.Texture = script.Parent.Parent.FaceLabel.Image if script.Parent.Parent.Shirtlabel.Image == "rbxgameasset://Images/shirt1" then script.Parent.Parent.Parent.Parent.Parent.Character.Shirt.ShirtTemplate = shirt1 else if script.Parent.Parent.Shirtlabel.Image == "rbxgameasset://Images/shirt2" then script.Parent.Parent.Parent.Parent.Parent.Character.Shirt.ShirtTemplate = shirt2 else if script.Parent.Parent.Shirtlabel.Image == "rbxgameasset://Images/shirt3" then script.Parent.Parent.Parent.Parent.Parent.Character.Shirt.ShirtTemplate = shirt3 end end end end)
script.Parent.MouseButton1Down:connect(function(customizerguilolc) if script.Parent.Parent.PantsLabel.Image == "rbxgameasset://Images/Pants1" then script.Parent.Parent.Parent.Parent.Parent.Character.Pants.PantsTemplate = Pants1 else if script.Parent.Parent.PantsLabel.Image == "rbxgameasset://Images/Pants2" then script.Parent.Parent.Parent.Parent.Parent.Character.Pants.PantsTemplate = Pants2 else if script.Parent.Parent.PantsLabel.Image == "rbxgameasset://Images/Pants3" then script.Parent.Parent.Parent.Parent.Parent.Character.Pants.PantsTemplate = Pants3 end end end end)
|
|
|
| Report Abuse |
|
|
| 07 Nov 2015 03:20 PM |
| In studio those links are view as in-game decal ID's. Not links. :/ |
|
|
| Report Abuse |
|