local HitboxModule = loadstring(game:HttpGet("https://raw.githubusercontent.com/nexeralt/ForsakenHitboxExtender/refs/heads/main/open%20source.luau"))() HitboxModule:StopExtendingHitbox() -- This stops extending hitboxes HitboxModule:ExtendHitbox(2, 9e9) -- First argument is power ( in studs ) and second argument is how long should hitbox extend be applied. -- PS: i know that hitboxes dissapear into far when walking or running, fix that by yourself ✌️