Well, there are some Hack Deleter Plguins in ROBLOX But some of the scripts may be called "AntiLag."
So what that AntiLag script does it duplicates it self over and over again. Here may be a way to stop it and get rid of it by script; (don't be surprised if this doesn't work, I'm not the most advanced scripter in the world.)
2 | local AntiLagger = game.Workspace.AntiLag |
4 | print ( 'AntiLag found. Deleting Script.' ) |
6 | print ( 'Lagger Eliminated.' ) |
And something like that.
I hope it works but if not try duplicating the local
variable to game.ServerScriptService.AntiLag