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

How do I script a fireball?

Asked by 10 years ago

I am making a Naruto Shippuden game and I don't know how to script the Jutsus.Any help or refferences on this?

2 answers

Log in to vote
-2
Answered by 10 years ago

Use Instance.new("Ball") to create a ball or whatever it looks like, then change it's Anchored to false and CanCollide to false, then make it's Velocity+Direction were the character is pointing.

Ad
Log in to vote
-2
Answered by 10 years ago

Do what micke said but maybe also add the "Fire" object inside ball to give the fireball look.

Answer this question