Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can't use ":IsA" or "ClassName == `blah blah blah`" in a plugin?

Asked by 3 years ago

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?

1 answer

Log in to vote
0
Answered by
NGC4637 602 Moderation Voter
3 years ago

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).

0
i know this from the developer forum >.> NGC4637 602 — 3y
0
there are still ways to access game, but they are very time consuming and roblox tries to patch those hacky methods to access things you should be able to access anyways. NGC4637 602 — 3y
0
i haz idea then busterk66 18 — 3y
0
(bruh) indeed Speedmask 661 — 3y
Ad

Answer this question