Hi, those damage events will only execute on the server. If you want to play an animation on a client when damage happens, then you need to replicate that to the client (repnotify/RunOnOwningClient/Multicast).
Hi, those damage events will only execute on the server. If you want to play an animation on a client when damage happens, then you need to replicate that to the client (repnotify/RunOnOwningClient/Multicast).