Does AddAccessories() not work in local script?

Does AddAccessories() not work in local script?

3 Likes

according to the documentation it works but may produce undersirable/unexpected effects

1 Like

Humanoid | Documentation - Roblox Creator Hub

According to the Docs page about the Humanoid:AddAccessory() function, it DOES work on the client.
However, it is not the recommended use, as this function should only be used on the server. On the client, it may not produce the desired behavior. Hope this helps! :slight_smile:

Just tried, doesn’t seem to work.

Did you try on the server or the client. As I said before, it’s not intended to be used on the client, so it probably won’t work. Can I see your code?