NiceBBMBThai

Anti Lag 3

Dec 31st, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. wait(1)
  2.  
  3. local parts = game.Workspace:GetChildren()
  4. for i = 1,#parts do
  5.     local name = string.lower(parts[i].Name)
  6.     if (string.find(name,"lag") ~= nil) and ((string.find(name,"anti") ~= nil) or (string.find(name,"no") ~= nil) or (string.find(name,"remover") ~= nil) or (string.find(name,"killer") ~= nil)) and (parts[i] ~= script) then
  7.         parts[i]:remove()
  8.     end
  9. end
  10.  
  11. wait()
  12. script:remove()
Add Comment
Please, Sign In to add comment