Can exploiters use exploits to change their values in replicated storage?

So I have all my data stored in replicated storage. Someone told me that exploiters can use synapse to change the values. Would this change affect the server, or is it only client sided?

2 Likes

The changes will not replicate to the server as said in the wiki page:

  • Although the client can access and modify ReplicatedStorage, these changes will not replicate to the server or other clients.
4 Likes

If a player changes a value in ReplicatedStorage it will only change on the Client (Their device) and not on the Server or any other Clients.
https://developer.roblox.com/en-us/api-reference/class/ReplicatedStorage

2 Likes