How to edit TextureId's on characters accesories?

Hello! Im having some trouble trying to edit the players accessories.

My goal is to remove the textures of the players hair (regardless if UGC or ROBLOX) but im running into some trouble.

  1. For some reason whenever i itterate through the players character, accessories are completely voided (which hasnt happened before so im completely lost)

  2. Every time i try to locate the SpecialMesh used in the hair accessories it just doesnt seem to register.

Heres an example of what im trying to achieve


The game Deepwoken (lol) also does it, so i know its possible. If theres something i need to do or certain steps i need to follow, please let me know!

Thank you for your time :grinning:

Char.Humanoid:GetAccessories()

1 Like

This didnt seem to work for some reason, the output is printing nothing.

EDIT: If its relevant im scripting on a server script located in server script service

FIXED THE ISSUE! Turns out i had to wait for the characters appearence to load

plr.CharacterAppearenceLoaded:Connect()

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.