FRONTLINES – HITBOX EXTENDER FREE SCRIPT

Created by mopsfl

Features:

  • HITBOX EXTENDER
local HitboxSize = Vector3.new(10,10,10) --too big wont work



if getgenv().c then getgenv().c:Disconnect() end

getgenv().c = game:GetService("RunService").RenderStepped:Connect(function()

    for _,v in pairs(workspace:GetChildren()) do

       if v:IsA("BasePart") and v.Color == Color3.new(1,0,0) then

          v.Transparency = 0.5

          v.Size = HitboxSize

       end

    end    

end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!