Is it possible to detect script destroyed or disabled as target script? since I heard exploit can remove local scripts locally
ex : I’m removing script named “a” and script “a” detects if its disabled or destroyed itself. script “a” is local script
1 Like
This isn’t really practical anyway. Exploiters have a large toolset and can get around this pretty easily. What are your concerns with the deletion of that specific script? What can the exploiter do?
You can however just check with another local script to see if the desired local script exists or not.