Is it safe calling function from AnimNotify?

I mean if you are building a MULTIPLAYER can you call a function from an animation using animnotify like deal damage, etc… I know it`s possible, but how safe is it? (fear the cheaters…)

Thanks everyone! :slight_smile:

I would not deal damage with AnimNotify… so many better ways to do it. Call a function yes but then do other logic to detect the hit. An I would probebly do a RepNotify with a varible or something.

Thanks for the suggestion!

i agree it is possible though not advisable for something like damage. though for a sword slash particle system using a anim notify could be beneficial. also speaking of logic to detect a hit, ive used animnotitify to do just that by enabling weapon collision in one case and by beginning a line trace on a timer in another.