05-04-2015, 08:15 AM
(This post was last modified: 05-04-2015, 05:42 PM by NathanFlurry.)
Hello,
I'm attempting to make a block break particle effect occur, but I've had no success. Among a couple alterations, I've attempted to do it with this code:
However, the client only shows the default particle effect, meaning it doesn't work.
Can somebody help me out with this?
Thanks,
Nathan
I'm attempting to make a block break particle effect occur, but I've had no success. Among a couple alterations, I've attempted to do it with this code:
Code:
world:BroadcastParticleEffect("blockdust_152_0", position.x, position.y + Receiver:GetHeight() / 2, position.z, particleRange, particleRange, particleRange, 0.3, 30)
However, the client only shows the default particle effect, meaning it doesn't work.
Can somebody help me out with this?
Thanks,
Nathan