Tower Battles: Defensive Holds GUN MOD & HEAD HITBOX EXPANDER

Created by xenem3re

Features:

  • GUN MOD
  • HEAD HITBOX EXPANDER

SCRIPTS:[2]

HEAD HITBOX EXPANDER:

workspace.Game.Enemies.DescendantAdded:connect(function(v)
   if v.Name == "Head" then
      v.Size = Vector3.new(15,15,15)
      v.Massless = true
      v.CanCollide = false
      v.Transparency = 0.9
   end
end)

GUN MOD:

loadstring(game:HttpGet("https://raw.githubusercontent.com/onedecidedinstealth/There-Is-No-Scripts/main/GotItWorking.lua"))()

⚠️ 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!