Thank you for using our website
Your script:
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