PICKUP KEY replication

Hello, can somebody help me to make HASKEY replication? My point is : when you pickup this key, you can open doors in client OR server side, but i wanna make this HASKEY boolean working both sites, to make client AND server opening doors




Select HasKey boolean variable. And then on the right side select Replicated, for replication.

Please note, this value can only be changed by the server, and it will replicate to server and the client.

image

this was already replicated :frowning:

Then replicate door opening. Create repliated event and invoke it from the server. It will open it on both sides.

it needed interface with boolean replication, and switch authority :slight_smile: