A Problem With RaycastHitboxV4

(Please don’t bother helping if you have never used this Module)

I use a Module called RaycastHitboxV4 to create melee weapons.
Let’s take this script for example:

local RaycastHitbox = require(game.ReplicatedStorage.RaycastHitboxV4)

local Tool = script.Parent

local Hitbox = RaycastHitbox.new(Tool.Handle)
Hitbox.Visualizer = true

When I reset character, the Hitbox becomes nil. I get this error
Attempt to index nil with 'Visualizer'

How do I resolve this issue? It’s getting very annoying.