Advertisement
Guest User

Filtering enabled checker for roblox by RatedBlunts

a guest
May 5th, 2018
969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. --Variables
  2. local FE = game.Workspace.FilteringEnabled==true
  3. local FD = game.Workspace.FilteringEnabled==false
  4. local owner = RatedBlunts
  5. local nani = print
  6.  
  7. --Scripting
  8. nani("Checking for filtering enabled")
  9. wait(5)
  10. if FE then
  11. nani("Contacting RatedBlunts")
  12. wait(4)
  13. nani("Gathering Results")
  14. wait(2)
  15. nani("Filtering is Enabled!")
  16. end
  17.  
  18.  
  19. if FD then
  20. nani("Contacting RatedBlunts")
  21. wait(4)
  22. nani("Gathering Results")
  23. wait(2)
  24. nani("Filtering is Disabled! Have fun")
  25. end
  26.  
  27.  
  28.  
  29.  
  30.  
  31. --[RatedBlunts made this script he is a very basic scripter he also plays basketball games if u like this script then sub to his youtube channel his youtube channel is RatedAlphaTV]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement