Is there a way to disable specific accessory such as back and shoulders

I’ve been searching everywhere for a solution. When a player joins my game I don’t want them to have back and shoulder accessories.

I stumble across this post, but the script doesn’t work:

1 Like

perhap :sweat_smile:
https://developer.roblox.com/en-us/articles/humanoiddescription-system

You can identify types of Accessories by finding the player “Accessory”, and from there there should be an attachment e.g “BackAttachment”. Locate that and delete the hat part called “Handle”.

1 Like

Nikilis also made a script he uses for his game to block certain accessories that you can find in the toolbox.

You can manage the restrictions of an avatar in the “Game Settings” menu.

The way my accessory module works is by looking for specific attachments and destroying its respective accessory. It may be missing some more recent attachment types but the module itself still works fine so make sure you are requiring the module properly and using it well. I may update that module sometime in the near future to make it more up to date.

1 Like