How can I replicate this?

Hey, so I have some blueprint code that lets a player pick up and drop a box(these actions are triggered by mouse click), and I’m not sure how to replicate it so everyone sees these events happening. Please tell me how, video link below. Thanks!

Without testing I can’t guarantee this will work, but what you should do is on the “Input Grab” do a “Switch has Authority” check and on the Authority Node run your Grab Function. On the Remote Node run a Custom Event called something like “Server Grab” and have the “Server Grab” Replicate “Run on Server”,

Here is a video I watched a long time ago that helped me understand how Replication should work.


Hope this helps.

What should the normal grab function replicate on?