Only 1 remains, Solara… and here we have 1 line that breaks execution and allows for detection!!
game:GetService("Debris").Name = "UwU"
this will breaks solara upon executing and will allow you to detect it with something like this
game:GetService("LogService").MessageOut:Connect(function(Message, Type)
if Type == Enum.MessageType.MessageError and Message:find("CoreGui.RobloxGui.Modules.AvatarEditorPrompts") then
while true do end
end
end)