#Why wont it work??

1 messages · Page 1 of 1 (latest)

torn ginkgo
#

Im pasting this command to add an accessory, but it just wont work?

unreal fossil
#

is the asset number correct?

torn ginkgo
#

Yep

#

and its not the specific asset, ive tried so many diff accessories and none worked

unreal fossil
#

it looks fine. It could be something outside of the script

#

does anything else in your same script work?

plush bluffBOT
#

studio** You are now Level 4! **studio

unreal fossil
#

does your script do anything else?

#

its a good idea to try another command to make sure that its the command that isnt working

#

for example if the script is not running then the command is not an issue

torn ginkgo
#

alr

#

uh

#

yeah other scripts are working

#

so its that specific command that isnt

unreal fossil
#

where is the script in your explorer

torn ginkgo
#

Command bar?

unreal fossil
#

is the item you are trying to use transparent glasses?

#

if it is, this item costs robux and roblox doesnt allow developpers to use items that are not owned by the developper which may be the reason you cant get it

torn ginkgo
#

ohhh so u cant add accessories that cost robux?

plush bluffBOT
#

studio** You are now Level 8! **studio

unreal fossil
#

im not 100% sure but im pretty sure if you buy it you should be able to use it

torn ginkgo
#

huh thats weird

unreal fossil
#

i dont fully know the rules around this

#

but its a copyright thing

torn ginkgo
#

cuz ive added accessories before that costed robux?

unreal fossil
#

did you own them?

torn ginkgo
#

nope

unreal fossil
#

I would recommend buying it then trying it, but im not sure that it would fix the problem

#

you could try finding a free item and using that id

torn ginkgo
#

theres only 1 item on roblox i could find thats what im looking for 🥀

#

im trying to add this on to the dummyhttps://www.roblox.com/catalog/18306257932/Red-Long-Acorn-Bacon-Free-Hair

Roblox

Customize your avatar with the Red Long Acorn / Bacon Free Hair and millions of other items. Mix & match this hair accessory with other items to create an avatar that is unique to you!

#

i dont think its the asset

unreal fossil
#

can you post your full code please

torn ginkgo
#

whenever i try to click enter i just highlights the whole thing instead of entering

torn ginkgo
torn ginkgo
unreal fossil
#

thats it?

torn ginkgo
#

i mean without the asset ID, yeah

unreal fossil
#

try this :

game.Players.PlayerAdded:Connect(function(p)
p.CharacterAdded:Connect(function(c)
local h = game:GetService("InsertService"):LoadAsset(116805894562912)
c:WaitForChild("Humanoid"):AddAccessory(h:FindFirstChildWhichIsA("Accessory"))
end)
end)

torn ginkgo
#

You want me to put that.. in the command bar?

unreal fossil
#

no in the script

#

you never actually told the script to put it on the character

#

you just loaded it

#

did it work