local replicated_first = game:GetService("ReplicatedFirst") for _, anti_cheat in next, replicated_first:GetChildren() do if anti_cheat:IsA("LocalScript") then anti_cheat.Disabled = true print("Disabled Anti Cheat") end end