local folder = nil --[[FOLDER / path WHERE THE AI ARE!]] -- dont work on Player aka game.Players for i,humanoid in pairs(folder:GetDescendants()) do if humanoid:IsA("Humanoid") then humanoid.WalkSpeed = 100 --[[ example: humanoid.WalkSpeed = 1000 humanoid.Sit = true humanoid.HipHeight = 40 ]] end end