#Why wont it work??
1 messages · Page 1 of 1 (latest)
is the asset number correct?
Yep
and its not the specific asset, ive tried so many diff accessories and none worked
it looks fine. It could be something outside of the script
does anything else in your same script work?
** You are now Level 4! **
?
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
where is the script in your explorer
Command bar?
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
ohhh so u cant add accessories that cost robux?
** You are now Level 8! **
im not 100% sure but im pretty sure if you buy it you should be able to use it
huh thats weird
cuz ive added accessories before that costed robux?
did you own them?
nope
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
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
i dont think its the asset
can you post your full code please
whenever i try to click enter i just highlights the whole thing instead of entering
k
game:GetService("InsertService"):LoadAsset().Parent=game.Workspace
thats it?
i mean without the asset ID, yeah
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)
You want me to put that.. in the command bar?