How can I get an interaction widget over items for multiplayer game

For whoever comes across the same problem, I found the solution:

Every time you want something to happen only on the client and not on the server, before making the call, get your player controller> islocalcontroller into branch and do the call on the true.

This way, only the client will call whatever you put after and not the server !!

Cheers

3 Likes