How do I make an IntValue Replicate across all clients? I am trying to show the number of votes people have made on all clients but right now it’s only showing on the client who voted. You can see in this screenshot the same IntValue’s Value is different on seperate clients:
I think more context should be added, for example, what is the value on the server, and how you update the intValue. (EDIT: The scripts used to keep track of the votes)