PipeSader
(PipeSader)
#1
Hello, I’m having some trouble equipping clothes on my roblox r15 character… how could i fix that?
clothes page: Images/Outfit_3_Top - Roblox
Code:
local event = game.ReplicatedStorage.c2
event.OnServerEvent:Connect(function(plr)
local char = plr.Character
char:findFirstChild("Shirt").ShirtTemplate = "http://www.roblox.com/asset/?id=6247078100"
end)
The item url is for a decal, not a shirt
Try using the ImageId: 6247078075
PipeSader
(PipeSader)
#3
oh… how could i fix that?
You have to get a shirt from here
PipeSader
(PipeSader)
#5
do I need to create a group to upload clothes?
No, you can create one from your profile for a fee of 50 R$. This was recently changed because previously you needed Premium to make clothing.
To use the shirt in your game, just copy the id from the URL
PipeSader
(PipeSader)
#7
So will I need to pay premium to upload clothes?
No, you can upload them for 50 R$. It was changed from requiring premium
PipeSader
(PipeSader)
#9
where should i pay that? could you send me that link please
Edit:
Go to the “Create” button at the top of the page and you’ll see “Shirts”
1 Like