Making a combat game with ranged weapons? FastCast may be the module for you!

This would help you.

coroutine.resume(coroutine.create(function()
    while wait() do
        ...
    end
end))

Caster.LengthChanged:Connect(OnRayUpdated)
Caster.RayHit:Connect(OnRayHit)
1 Like