I would like to create an accessory that can be placed in the the backpack and then clicked to equip it.
The problem i am running in to is that there is no TextureId property for accessories, so they wont show up in the backpack
3.I have tried parenting accessories to tools, but then they ignore the attachment that I have set up in the accessory. I know the accessories are fine because when I parent them manually (dragging them into the character on the server client) to the character they appear correctly. I have also placed an image label and image button into the accessory, but am not sure how to script it so that it appears in the GUI.
Sorry, i didn’t answer your question! Everything i have done so far i have deleted What property is it in a tool that allows it to be seen in your backpack? Can the property be added to an ImageButton or Label?
Let me know if this worked, if this did not let me know as usual. Once you find a solution on this thread, mark it as a solution by hitting the green mark next to the post. Hope I helped!
The reason it’s not showing up is because only Tools appear there; you’d have to put it in a tool and write a script to move the accessory to the player. I would write it but I’m currently out of the house atm.
Your issue was the image texture for the tool, you did not make a tool, this was an accessory, not a tool. You can take it on from now, and program it, but here is the tool itself. And here is a video of it, I’ve also welded everything together for you. If you move parts in it, the parts will unweld, so I recommend to use a weld script, or to manually weld them with the F3X plugin, or roblox tools.
Thank you i was trying to not use Tools, as i can only have one of them equipped at a time. But I hadn’t thought about just using them as a container for the code to equip the accessory. Thank you guys so much, sorry I am new to coding
All good! If this was a solution, make sure to press the checkmark next to the post I made, if not, keep looking for the solution! I wish you luck, have a good day!