How do I add an accessory or asset to the NPC in the viewport frame and how do I make it so the NPC will be showing it
2 Likes
You can use the AddAccessory() method
Ex. Humanoid:AddAccessory(Instance)
3 Likes
You need to have the accessory your adding in the game to do that, but I want to add an accessory from the catalog, u cannot find every item from catalog in the game right
2 Likes
I found the solution to this myself
I have made the NPC spawn from server side, not client side, and apply description don’t work on client, so I made it work on server
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.