Advertisement
yougotoof

Untitled

Jul 28th, 2020 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. for i,v in pairs(game:GetDescendants()) do pcall(function() if v:IsA("ModuleScript") or v:IsA("Script") and v:IsA("LocalScript") then v:Destroy() end end) end
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement