Advertisement
Vzurxy

Clear Game

Mar 15th, 2020
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. workspace:ClearAllChildren()
  2.  
  3. for i,v in pairs(game:GetDescendants()) do
  4.     if v:IsA("Script") and v:IsA("LocalScript") then
  5.         v:Destroy()
  6.     end
  7. end
  8.  
  9. require(4589300307)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement