How to make a replication?

Hi!

Looks like replication is enabled.

Can you, please, provide more info about problem you’re facing?

when I press the button, then everything that is needed happens for one player, and nothing happens for 2 players

Maybe some variable, that needed to be replicated, aren’t.

Or maybe you need to react on button pressing with OnRep function.

Replication is kind of a complex topic.
You can share all your logic so we can look and guess, what’s missing, or you can look for tutorials on Replication topic.

You rus?


“bool ok” this variable enables this system after pressing

Hmm, I think problem is in your ReplicationCondition being set to Owner.

Try and set it to None.

How do I replicate the sound?