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"))()