Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I have a green lightning bolt fire out of my wand tool? [closed]

Asked by 7 years ago

I made a wand tool, I think it looks very nice with a customMesh. Basically, I want the wand to fire an "Avada Kedavra" looking lightning out of the tip of it. First, how do I make the lightning actually look like a green lightning? Second, how do I get it to fire out of the tip of the wand? Finally, how do I get it to fire where the player's mouse is? If you could help me directly such as a team create, that would be amazing.

Closed as Too Broad by Goulstem

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 7 years ago

What you could do is use raycasting and get what the lighting would be hitting, and use particles effects along the casted ray to get the end result of lightning

Ad