-- bypass for i,v in game:GetDescendants() do if v:IsA('Folder') and v.Name == 'AE' then v:Destroy() end if v:IsA('Script') and v.Name == 'AntiExploit' then v:Destroy() end end