You are on page 1of 1

for i,v in pairs(game:GetService("Workspace").

Enemies:GetChildren()) do
v.HumanoidRootPart.Size = Vector3.new(250, 250, 250)
v.HumanoidRootPart.Transparency = 0.5
end

You might also like