Multiple part projectiles

I’ll let you figure out how to orientate it using what you’ve learned.

Remember that you can get direction by doing (start-end).unit
Effectively you want to get the direction between the current position and last position.

After this you can create your CFrame for your part.
Remember, that direction is a unit vector and you will need to multiply it by a scalar in order to get a non unit vector with size.
Be sure to show me the finished project :wink:

1 Like

Yeah, I did it :slight_smile: thank you so much. You deserve more then a solution.

https://gyazo.com/9537daff58ccade9e4d73d6f71b32bb5
now i gotta make hit detection, some of them don’t offset very well.
nvm they offset fine now i did math.random(1,3) instead of 1,2

2 Likes