Multiplayer Line Trace Problem

Hi all, im trying to set up a line tace that activates on left click, the line trace is visible when both players press the mouse button but only the server player does damage, im struggling to find a way to get it working, anyone have any ides?

This is due to the way multiplayer is handled. If you start a multiplayer game, the server is the only one who is allowed to do stuff. So if you want the player to deal damage, you need to tell the server that the client wants to deal damage.

This is made with replicated functions. If you don’t know how to use it, please try watching the Youtube Series from epic about replication in multiplayer. (: It takes some time to understand replications, because sometimes you think you are doing it right, but still have a little twist in it.