Changing properties locally in studio

im making a plugin to give you hats in studio team create but i don’t want the player to be able to see the accessories because their view will be obstructed so i want to change the transparency of the accessories locally so that other players can see them but you cant. However i tried using a local script but the transparency replicated so i need to find a way to do this.

does anyone know how to do this?

1 Like

Have every other client instantiate the accessories and equip them to the subject client.

1 Like

https://developer.roblox.com/en-us/api-reference/property/BasePart/LocalTransparencyModifier

Changing this might be a pretty easy way to do it. Although if just changing the transparency was replicated then there is a chance this might be as well.

2 Likes

chrome_qmNxFuPS1T
RobloxStudioBeta_Cwp3MBndi7

thx. worked

2 Likes