How to update a layer or object visibility change over network?

Options
I'm trying to make a customization system for the player, i tried 2 ways, the first i set the layer of the cloth in a invisible layer so when the player click on this item it goes to the visible layer, it works but only in local, network users can't see, and the second way is disable/enable when the player clicks but it has the same problem the network player can't see, i know it is a sync problem but i don't know how to fix it, any tip helps.

Answers