-- You can change it all you want maybe i will find a way for no cooldown aka it might be impossible for me while wait(2) do for i,v in pairs(game.Workspace:GetChildren()) do if v:IsA("Model") and v ~= game.Players.LocalPlayer.Character.Parent then if v:FindFirstChild("LeftLowerArm") then v.LeftLowerArm.Size = Vector3.new(50, 50, 50) v.LeftLowerArm.Transparency = 1 end end end end for i,v in pairs(game:GetService("ReplicatedStorage").Creatures.Host:GetChildren()) do local Hack = require(v) Hack.Stats.MaxHealth = 999999999999 Hack.Stats.Speed = 30 Hack.StaggerResist = 5000 Hack.HealthRegen = 9999999999999 end for i,v in pairs(game:GetService("ReplicatedStorage").Creatures.Enemies:GetChildren()) do local FindHP = require(v) FindHP.Stats.MaxHealth = 10 end