Replication not working with set world scale?

Replication is a strictly one way road, Server → Client.
In order for the client to change something on the server (and then have it replicated to all players) you will need to use a Server RPC.

1 Like