Punch trail lines

Hey fellow scripters/front end devs I need help making punch trails where when you punch a trail gets shown

  1. What do you want to achieve? I want to have punch trails as per shown in the video below

  2. What solutions have you tried so far? I tried looking all over YouTube and devforum but couldn’t find it

Video:

1 Like

I’m just asking for how I would do it not for the whole script

You could try with using 2 attachments, adding the “Trail” property to the character and positioning it near the arm.

Once completed, change the texture to what suits you. Ensure that when you wish to fire the Trail, it is enabled and then disabled upon request. If that seems to sharp, using TweenService you can tween the transparency of the trail to zero.

But how would I achieve the white and transparent trail in the video.And where do I set the attachment’s CFrame to?

1 Like

Make a part that is exactly like your hand or a cube with an offset to your hand, then weld it to the hand.
I have it in my game, if you want i will show you

But that won’t have the trail punch with curve.Could you show the video?

I’m thinking of using bezier curves too but I’m looking for an easier alternative

1 Like