I want to make a hitbox for a simple fireball move using raycasting
I have no idea how I would get rays to fire on every side of a part and (from what I have tried)
they only fire in one direction yet for a hitbox I would need the rays to fire all around the hitbox
I tried adding a few attachments to the part and it worked quite well however the rays only go in one direction and every ray does its own damage.
I need assistance with making a full hitbox and making it so that when one ray hits the others don’t hit again.
You might want to take a look towards shapecasts for this, as long as the hitbox isn’t too big you should be fine using this alone.
This should also solve your other problem of each ray doing it’s own damage, however if it doesn’t consider adding a debounce right after the projectile collides with something.