of     1   

skellione
#221333278Friday, July 14, 2017 9:26 PM GMT

Anyone know a script where it makes your accessories transparent but you can see everyone else's and they can see yours?
vsnry
#221333304Friday, July 14, 2017 9:26 PM GMT

filtering enabled and then use a localscript to make them transparent
Mescalyne
#221333354Friday, July 14, 2017 9:27 PM GMT

just use localtransparencymodifier in a for loop which iterates over accessories
skellione
#221333374Friday, July 14, 2017 9:27 PM GMT

but whats the script vsnry?
vsnry
#221333390Friday, July 14, 2017 9:27 PM GMT

@mescalyne or you could just do what i said which would be far more efficient
vsnry
#221333477Friday, July 14, 2017 9:29 PM GMT

@skellione it's simple when the player spawns use a for loop to find all accessories in the character and then turn their transparency to 1, this will help you wiki.roblox.com/index.php?title=API:Class/Instance/GetChildren
Mescalyne
#221333496Friday, July 14, 2017 9:29 PM GMT

@vsnry yeah I forgot that the engine consistently overrides it

    of     1