Dragon Blade Hitbox Expander

Script Credit :- Megumox#9999
Features

Hitbox Expander

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local OneHand = require(game:GetService("ReplicatedStorage").SharedData.StanceData.OneHand) local Pole = require(game:GetService("ReplicatedStorage").SharedData.StanceData.Pole) local TwoHand = require(game:GetService("ReplicatedStorage").SharedData.StanceData.TwoHand) for i,v in pairs(OneHand.Attacks) do v.DamageVolume.Size = Vector3.new(20,20,20) end for i,v in pairs(Pole.Attacks) do v.DamageVolume.Size = Vector3.new(20,20,20) end for i,v in pairs(TwoHand.Attacks) do v.DamageVolume.Size = Vector3.new(20,20,20) end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors