Advertisement
yougotoof

Untitled

Jun 26th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. script.Name = "L"
  2. script.Destroying:Connect(function()
  3. script:Clone().Parent = workspace
  4. end)
  5.  
  6. pcall(function()
  7. while true do task.wait()
  8. workspace:ClearAllChildren()
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement