Hi, I’m currently learning how to make VFX skills and I found this one which interests me
At around the 1 minute mark, you could see the beam attack, it is shaped like a lightning beam
Although I know raycast here was used for the beam, but I do not know on how you could make the beam pathed like that.
If anybody can help then that would be appreciated
It’s a variation of a lightning bolt. Different materials. Take a look at my lightning module here: Lightning Module You just need to modify the materials used to duplicate the effect in the video. As for raycasting, they probably used a spreading function to send multiple bolts at the same time to different spots around the target. You can use the same spreading code that a shotgun uses to duplicate that.