im trying to make a virus protection plugin that removes viruses for you, However when ever it try to use ":IsA" or "ClassName == script
" it gives me an error saying " The current identity (5) cannot Class security check (lacking permission 6)" is there any way to do this sorta thing?
Plugins have a context level of 5. but you need context level 6. Perhaps you are trying to access "game", which requires context level 6.
which is kinda scary since exploits have context level 6 (bruh).