I wanted to have my wind element knockback people whenever I shoot the 1st skill. The problem is, I don't know how to make a script to send them flying. Somebody?
make something with BodyVelocity Or Something Like That and script an On-Touched function
--BALL IS AN EXAMPLE Ball.Touched:Connect(function(Hit) if Hit.Parent.Humanoid == nil then Ball:Destroy else instance.new("BodyVelocity", hit.Parent.Torso) --then script your crap end) end
Closed as Not Constructive by fredfishy, WideSteal321, EpicMetatableMoment, and xPolarium
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?