newtmannewt

Untitled

Jun 9th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. print("Currently checking for Filtering Enabled!")
  2. wait(1)
  3. if game.Workspace.FilteringEnabled == true then
  4. print("Filtering is enabled, changes won't replicate. Have fun in this game, anyway!")
  5. end
  6. if game.Workspace.FilteringEnabled == false then
  7. print("Wow, you're in luck. you've joined one of the Filtering Disabled games that are in ROBLOX!")
  8. warn("You'll find that here, changes replicate!")
  9. warn("Have fun here!")
  10. end
  11. --This script simply made by a beginner named RBLXCheeez, or Wake! Made for Ex7.
Add Comment
Please, Sign In to add comment