Efficiency
Only modified data is replicated, no more or less. For example, imagine a simple table that contains player's profile as shown below:
After incrementation of the gems, only the location and the updated value will be replicated to the player as shown below:
Note: The data structure used by the implementation is different from what is shown above.
Treat Wizgoose objects the same way you treat remotes events!
Never make unnecessary modification Value
calls to any of your Wizgoose objects, as each time you make a change, the change is processed by the change mapping algorithm, and then replicated over to the client through an internal remote event, which also has to be processed on the client side.
Last updated