What is the "Sync" Block?

Its… just kinda there? None of the documents talk about it at all, and I’m working on an online experience. It’d be a shame if I’m missing out. Anyone know?

Its a multiplayer block that outputs at the same time for everyone.

2 Likes

Oh-- so each ‘sync block’ has it’s own ID that can input it’s own variable that is shared between players and blocks?! Lets goo

So ‘send’ will update the variable, what does ‘+’ do?

The sync behavior kind of works like a number block. The ‘set’ sets the number, and the ‘+’ adds to the number.

2 Likes

Ohhhh! That makes sense. Thank you :slight_smile:

1 Like

Is it a constant output? or do I have to refresh it with the set between values?

1 Like

It will output when using, like setting it or using the + input. (You can “get” the number by inputting 0 to the ‘+’ input as well.)

1 Like