Available in version 1.9 and later.
SetMVerseSendCreeperChanges (<-sendCreeperChanges)
Specifies if calls to creeper manipulation APIs should automatically happen locally and be sent to other clients in an mverse session. The affected APIS are: SetCreeper, SetCreeperInRange, AddCreeper, AddCreeperWithCap, AddCreeperInRange, AddCreeperWithCapInRange, ConvertCreeperToAC, ConvertACToCreeper, SetCrimson
By default these APIs happen locally and also send a message to other clients to perform the same action. If you do not want this, then you can disable the behavior on a per script basis.
SetMVerseSendCreeperChanges (false) SetCreeper(...) SetMVerseSendCreeperChanges (true) AddCreeper(...)
⇐ Index