local hitbox = {}

function hitbox.new()
    local part = Instance.new("Part", workspace.Hitboxes)
    part.CanCollide = false
    part.Anchored = true
    
end

return hitbox

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: