So, I'm creating anti-exploit and I'm wondering how I would go about detecting if there's a foreign UI, can I please get some help with this.
1
You really shouldn't rely on client-sided anti-exploitshiimgoodpack2009— 4y
0
Create a ModuleScript under a ServerScript; use it create a form of reference for all expected** GUIs (create a dictionary). require the array and perform a match, any foreign object that cannot be matched shall be quarantined.Ziffixture6913— 4y
0
let server handle everything, best anti-exploit0msh333— 4y