You can write your topic however you want, but you need to answer these questions:
-
I Want to make a shooting spell.
-
Simply the shooting spell shoots the projectile using the module FastCast, But the RayHit event is not working at all, It is not detecting anything.
-
There is Nothing useful in the hub, and I usually get no answer.
Caster.RayHit:Connect(function(casterThatFired, result, segmentVelocity,cosmeticBulletObject)
print("Hit.")
end)
This script is a part of a module script.