Gigantic plugin roadblock

i was trying to create an antivirus but i lost all interest after i realized you can’t use IsA. i tried to use pcalls. how would i do this? it scans the code and sees if it matches with a table. i also wanted to add features like whitelisting but you cannot check the name of an instance. plugins are way too limited.

I don’t have experience with plugins, but is the ClassName attribute visible?

i’m not sure. lemme test it. chars

CLASS NAME WORKS! now i’m wondering why IsA isn’t allowed.

Ay woohoo! Maybe IsA is just some syntax sugar API that is not accessible at the deeper level you are working at. I imagine it is more barebones down there.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.