Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

custom character people dont wear they own clothes Help?

Asked by 6 years ago

So i was finding information about how to put a real peoples chosen clothes from Roblox Avatar page to CustomCharacter But i dont find it Maybe you can help and answer me Thanks?

0
What? What is your goal I understood nothing? royee354 129 — 6y
0
What is "CustomCharacter"? What are you talking about? royee354 129 — 6y
0
You want custom clothes too or your own clothes? royee354 129 — 6y
0
Answered... royee354 129 — 6y

2 answers

Log in to vote
0
Answered by
royee354 129
6 years ago
Edited 6 years ago

Ok so, the custom character doesn't supposed to load clothes because it is a Custom Character that I am guessing you made with the Rig builder without inserting any specific clothes, therefor if you want to add clothes simply do the following:

--I am guessing that your game is not filtering enabled so--

Use a local script:

Player = game.Players.LocalPlayer
repeat wait() until Player.Character
Character = Player.Character
s = Instance.new("Pants" ,Character)
b = Instance.new("Shirt" ,Character)
s.PantsTemplate = "rbxassetid://1927183884" --PantsIdhere
b.ShirtTemplate = "rbxassetid://1927183884" --ShirtIdhere

Put the local script in the starterpack.

0
uhh i didn't knowed that sorry for disturbing... Sorry if english bad its not first language. And if you want u can Check it. In My roblox account. Have A Great time who tried to help me! User#21499 0 — 6y
0
Happy I could help. royee354 129 — 5y
Ad
Log in to vote
0
Answered by 6 years ago

StarterPlayer And StarterCharacter Inside it But that StarterCharacter i builded i can walk do what i want but its dont load peoples default clothes..

Answer this question