Well guys, I posted this question on the godot discord, but as you can imagine; without many results :/. Well, the question is this, I need to add a property to the Multiplayersynchonizer by script. What is the function if there is a way to do this?
Hmm… I actually took a look at this in the documentation. But, I wanted to know, my game is like a multiplayer FPS. When one player shoots, another player does not see the shot. Well, that’s probably because it’s not syncing the instance. In short, how to synchronize this instance, or a variable?