Hello! I’m currently making a fireball move which has a rapid like attack to where ever the players mouse is. I’d like it to have some kind of arc which will give it a nice feeling. I couldn’t find nothing on this, so I’m curious if anyone has a video or something I can study. Help appreciated!
Hmm to give fireballs an arc, I would be lazy and just go for bodyVelocity then delete it 0.2 seconds after its initial launch.
If you wanna move the projectiles through CFrame, then you can lookup bezier curves
Alright, I’ll try that to see if it works.