#Need a tip. What better to use for damaging npc: In main script; Send BindableEvent for damage

1 messages · Page 1 of 1 (latest)

undone trellis
#

I have Tower that attacks npc, and tower have main script that operates whole tower, so do I better decrease npc is health in main script, or fire bindableevent to the server script where it will decrease damage

analog ice
#

Use a RemoteEvent to the server, so other players can see the damage dealt too.

undone trellis
#

Can remote spy detect BindAbleEvent?