How do I replicate a material from an object on the server to the corresponding object on the client?

You could use an RPC function (that takes the texture as parameter) that the server could use to communicate with clients of the texture change.

1 Like