Find any script for Roblox

Enter the name of the game or script.

Script – Brothers Vow

Thank you for using our website
Your script:

NO KEY

for _, E in ipairs(game.Workspace:GetChildren()) do
    if E.Name == "Enemy" then
    E.Torso.Size = Vector3.new(10, 10, 10) -- change the values if you want
    E.Torso.Transparency = 0.5 -- and this one if you want to
    end
end