Client Cannot Damage Actor

I have written a basic interface for my players to tell the guns to fire, the server can use a gun (guns are separate actors), and apply damage, but when a client does it it won’t apply the damage (clients can’t damage each other as well).

Player Damage Handler

Weapon Fire

What I have do to test so far
The LineTrace displays of the client of which fired it, and show that is hit the server’s player but doesn’t do any damage. The Print String “{x}: Damaged Actor | DamageAmout: {y}” does display, and tells me the correct information, but the print string “hello” does not get displayed.
I have also tried switching the apply point damage with other damage nodes.

Also I have watched “- YouTube” but I still have the same problem.