www.roblox-scripter.com

Script – Sword Factory

Thank you for using our website
Your script:

				
					local a = game:GetService("Players").LocalPlayer
_G.ON = true
 
while _G.ON and task.wait(3) do
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
    if a.Name.. "'s" .. " Base " and v:FindFirstChild("ClickDetector") then
        fireclickdetector(v.ClickDetector)
    end
end
end
 
 
 
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
				
			

How about trying out new scripts?