#Blocking System Works, but Effects Aren't Emitting?

1 messages · Page 1 of 1 (latest)

copper abyss
#

I've attached 2 scripts, of whom are also attached to a sword Tool. The sword Tool is under the StarterPack.

Now, the blocking system works just fine, but for some reason the BlockingEffects, under "BlockVFX" aren't showing. As you can see I tried multiple print statements, and they're all printing out the effects, meaning the code does have the effect(it's not nil).

So, if the server has the effects, why isn't it able to emit those effects?

Essentially, what's going on is that if I hold the F button, and someone attacks me, I get damaged a little bit as expected, but unexpectedly I don't see the blocking effects.

runic kayak
copper abyss
#

thought increasing the # of particles would force it to show the effects

copper abyss
#

btw when I created a rig, gave it a NumberValue child, set the name to "blocking"(this value is used in the scripts), and manualy set "blocking" to true. The block effects showed when I hit the rig. Not sure why it's not showing, when I hold F to block, and someone hits me.