Sword Factory |Sword-Reach

Script Credit :- Innocence#4346
Features

Sword Reach

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

local x = 1 local y = 1 local z = 20 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v.ClassName == "Tool" then local reach = Instance.new("SelectionBox", v.Handle) reach.Adornee = v.Handle v.Handle.Size = Vector3.new(x, y, z) end end