If I change a value that is inside replicatedstorage with a Localscript, the value is changed to all clients, or just to me ?, because I read that the replicatedStorage makes a replica on the server and one on the client then when changing a value with a localScript, I want it to be changed to all the clients of the server, is it possible?
dont change the value on the client u should always change value trough a script == server side. Ok, I accept your Answer, tacotown2