Replicating objects?

Replication only happens when some property changes.
Some people use a boolean flag and “flip it” false/true to force OnRep_ methods to fire when nothing has changed, but they need the function to be called.