I am making a character customization local problems?

My friend was saying with filtering enabled cloning things like hair and faces from lighting only that client will see, how would I go about doing the customization but to were others can see, what would be the easiest method of achieving this?

I have to use remote events I figured it out on my own lol

2 Likes

Don’t store stuff in Lighting. You should use ReplicatedStorage (for both client and server) or ServerStorage, (for only server) since they are meant to be storages.

1 Like

oh alright thanks for the tip much appreciated.