Advertisement
Ayray

Untitled

Dec 20th, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local lighting = game.Lighting
  2.  
  3. while wait(0.1) do
  4. for i,v in pairs(lighting:GetChildren()) do
  5. if v:IsA("PostEffect") then
  6. v:Destroy()
  7. end
  8. end
  9. end
  10.  
  11. for i,v in pairs(workspace:GetDescendants()) do
  12. if v.Name == "Script......Or is it..." then
  13. v.Disabled = true
  14. end
  15. end
  16.  
  17. for i,v in pairs(workspace:GetDescendants()) do
  18. if v.Name == "INfecTION" or v.Name == "inFECtion" then
  19. v:Destroy()
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement