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

My Avatar's clothes are not changing when I click on the locker?

Asked by
6zk8 95
4 years ago
Edited 4 years ago

Image "https://assetdelivery.roblox.com/v1/asset?id=1074830801" failed to load in "Workspace.6zk8.Humanoid.Clothes": Request failed>

script.Parent.MouseClick:Connect(function(player)
  player.Character.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=1074830552"
  player.Character.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=1074830801"
  wait(1)
end)

It dosen't want to work. ^ That above is in a script inside a ClickDetector. Above that is the error. Thanks!

0
BTW DONT CLICK ON THE ASSET ID AS IT DOWNLOADS SOMETHING 6zk8 95 — 4y
0
What when we click it download something? @6zk8 Clxud_D 9 — 4y
0
Pretty sure you don't put the URL, you just put the number at the end of the URL. Rinpix 639 — 4y
0
It downloads the asset file 6zk8 95 — 4y
View all comments (7 more)
0
But encrypted or something 6zk8 95 — 4y
0
Yeh kingblaze_1000 359 — 4y
0
I just copied the format the clothes on my avatar was like 6zk8 95 — 4y
0
I removed the Id at the end and added a new one 6zk8 95 — 4y
0
is it working now? Uzixt 19 — 4y
0
No 6zk8 95 — 4y
0
I meant when I did the script I did that 6zk8 95 — 4y

Answer this question