How to effectively code a magic spell?

Hello! I am trying to code a magic spell but i am not quite sure what the most affective way to make it is, first of all, i am going for something like this:

( I just searched “Roblox Magic” on gifs by the way)

And this is what i have made so far:
https://gyazo.com/8b131045de557c85987a60e40f88df83
(It’s just a base for the rest of the stuff really, just so i already have something to start from)

So yeah essentially what i want to do is a magic projectile like that, so if anyone could teach me or link useful sources it’d be of great help, thanks!

1 Like

Didn’t want to go on studio to code a projectile script, but AlvinBlox has a video on that FIREBALL MAGIC - Scripting Tutorial (Roblox) - YouTube

1 Like

Spawn in a part that has some kind of velocity force pushing it towards the mouse’s direction.

1 Like

That was my initial idea, and i might keep it if there’s no better method.